0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
libsignal/java/shared/build.gradle

10 lines
382 B
Groovy
Raw Normal View History

// Source files from 'shared' folder is included in both server and client's
// 'srcSets' and does not need to be its own Gradle subproject. However,
// 'spotless' plugin does not allow formatting files outside the 'projectDir'.
// For this reason we turn 'shared' into a Gradle subproject, but _do not_ set
// it up as 'java'.
repositories {
mavenCentral()
mavenLocal()
}