Allow for reproducible builds
REPRODUCIBLE_BUILD=1 ./gradlew clean :build
This commit is contained in:
@@ -1 +1,5 @@
|
||||
include 'ReplayStudio'
|
||||
include 'ReplayStudio'
|
||||
|
||||
if (System.getenv('REPRODUCIBLE_BUILD') == '1') {
|
||||
rootProject.buildFileName = 'gradle/reprod/tmp/build.gradle'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user