This repository was archived by the owner on Mar 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
use-arrow-meta-compiler-plugin Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ plugins {
5
5
allprojects {
6
6
repositories {
7
7
mavenCentral()
8
- maven { url ' https://oss.jfrog .org/artifactory/oss-snapshot-local /' }
8
+ maven { url ' https://oss.sonatype .org/content/repositories/snapshots /' }
9
9
}
10
- }
10
+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ plugins {
5
5
allprojects {
6
6
repositories {
7
7
mavenCentral()
8
- maven { url ' https://oss.jfrog .org/artifactory/oss-snapshot-local /' }
8
+ maven { url ' https://oss.sonatype .org/content/repositories/snapshots /' }
9
9
}
10
- }
10
+ }
Original file line number Diff line number Diff line change 17
17
buildscript {
18
18
repositories {
19
19
maven {
20
- url ' https://oss.jfrog .org/artifactory/oss-snapshot-local /'
20
+ url ' https://oss.sonatype .org/content/repositories/snapshots /'
21
21
}
22
22
}
23
23
dependencies {
@@ -63,6 +63,6 @@ compileTestKotlin {
63
63
repositories {
64
64
mavenCentral()
65
65
maven {
66
- url ' https://oss.jfrog .org/artifactory/oss-snapshot-local /'
66
+ url ' https://oss.sonatype .org/content/repositories/snapshots /'
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments