diff options
author | Phie <phie@phie.ovh> | 2021-11-17 13:38:36 +0100 |
---|---|---|
committer | Phie <phie@phie.ovh> | 2021-11-17 13:38:36 +0100 |
commit | 14e92a27713801c9e38d3421211399b50abf7db2 (patch) | |
tree | 4520cc60243d2a2c79617f9ba373c9853b6132cc | |
parent | 124b8865f5e5b44a81d20c00d5809900de52b31e (diff) |
define gitlabPrivateToken to empty to avoid build fail when using local maven
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 01b80d7..896d588 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true +gitLabPrivateToken=""
\ No newline at end of file |