THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
To use it, update your build.gradle
to include the Apache Maven Snapshot Staging Repository:
Code Block |
---|
repositories { mavenCentral() // For access to Apache Staging (Preview) packages mavenRepo urls: "https://repository.apache.org/content/groups/staging" } |
...