Skip to content

Commit

Permalink
Removed jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedMourad0 committed May 9, 2021
1 parent 813af42 commit 7177ab9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 23 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -16,6 +15,5 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}
7 changes: 0 additions & 7 deletions plugins/annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ apply plugin: "com.vanniktech.maven.publish"

repositories {
mavenCentral()
jcenter()
}

tasks.withType(KotlinCompile).all {
kotlinOptions {
jvmTarget = "1.8"
}
}

jar {
Expand Down
2 changes: 0 additions & 2 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -15,6 +14,5 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}
1 change: 0 additions & 1 deletion plugins/compiler-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ apply plugin: "com.vanniktech.maven.publish"

repositories {
mavenCentral()
jcenter()
}

tasks.withType(KotlinCompile).all {
Expand Down
8 changes: 1 addition & 7 deletions plugins/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ apply plugin: "org.jetbrains.kotlin.jvm"
apply plugin: "com.vanniktech.maven.publish"

repositories {
jcenter()
}

tasks.withType(KotlinCompile).all {
kotlinOptions {
jvmTarget = "1.8"
}
mavenCentral()
}

jar {
Expand Down
1 change: 0 additions & 1 deletion plugins/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apply plugin: "com.vanniktech.maven.publish"

repositories {
mavenCentral()
jcenter()
}

gradlePlugin {
Expand Down
1 change: 0 additions & 1 deletion plugins/idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repositories {
maven {
url "https://www.jetbrains.com/intellij-repository/snapshots"
}
jcenter()
}

tasks.withType(KotlinCompile).all {
Expand Down
1 change: 0 additions & 1 deletion plugins/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "kotlinx-serialization"
apply plugin: "dev.ahmedmourad.nocopy.nocopy-gradle-plugin"

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 7177ab9

Please sign in to comment.