Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
03ba867f
Commit
03ba867f
authored
Aug 22, 2021
by
Daniel Wolf
Browse files
Add a flag to disable my prebuilt binaries
parent
43e61550
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
03ba867f
...
...
@@ -65,11 +65,13 @@ allprojects {
mavenLocal
()
google
()
mavenCentral
()
maven
{
url
'https://nexus.frostnerd.com/repository/libs-release/'
credentials
{
username
=
"$nexus_user"
password
=
"$nexus_password"
if
(
System
.
getenv
(
"NO_PREBUILD_BINARIES"
)
==
null
)
{
maven
{
url
'https://nexus.frostnerd.com/repository/libs-release/'
credentials
{
username
=
"$nexus_user"
password
=
"$nexus_password"
}
}
}
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment