We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae08f7 commit b7b080bCopy full SHA for b7b080b
2 files changed
ext/ranger/install/lib/build.gradle
@@ -7,7 +7,7 @@ repositories {
7
mavenCentral()
8
mavenLocal()
9
maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
10
- maven { url "https://repo1.acceldata.dev/repository/odp-staging-central/" }
+ maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
11
}
12
configurations.all {
13
transitive = false
java/build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
38
39
40
41
42
43
// Read the version.txt file to set the project version
0 commit comments