Skip to content

Commit

Permalink
Removed jfrog repository from kapt integration tests
Browse files Browse the repository at this point in the history
#KT-58022
  • Loading branch information
dkrasnoff authored and qodana-bot committed Apr 27, 2023
1 parent 242ca73 commit 847544d
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "com.android.tools.build:gradle:$android_tools_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand All @@ -16,6 +15,5 @@ allprojects {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down Expand Up @@ -45,7 +44,6 @@ repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand All @@ -15,7 +14,6 @@ repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}

apply plugin: 'com.android.library'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}

dependencies {
Expand All @@ -19,6 +18,5 @@ allprojects {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "com.android.tools.build:gradle:$android_tools_version"
Expand All @@ -23,6 +22,5 @@ allprojects {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "com.android.tools.build:gradle:$android_tools_version"
Expand All @@ -16,6 +15,5 @@ subprojects {
mavenLocal()
maven { url 'https://maven.google.com' }
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ android {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
maven {
url 'https://oss.jfrog.org/artifactory/oss-snapshot-local'
}
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "com.android.tools.build:gradle:$android_tools_version"
Expand All @@ -16,6 +15,5 @@ allprojects {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ buildscript {
mavenCentral()
google()
mavenLocal()
maven { url = uri("https://jcenter.bintray.com/") }
}

dependencies {
Expand All @@ -17,6 +16,5 @@ allprojects {
mavenCentral()
google()
mavenLocal()
maven { url = uri("https://jcenter.bintray.com/") }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
dependencies {
classpath "com.android.tools.build:gradle:$android_tools_version"
Expand All @@ -21,7 +20,6 @@ allprojects {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://jcenter.bintray.com/") }
}
}

Expand Down

0 comments on commit 847544d

Please sign in to comment.