Skip to content

Commit

Permalink
Gradle: remove version check plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Feb 6, 2024
1 parent 15d1dbe commit da8e4b9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {

repositories {
mavenCentral()
maven { url "https://jitpack.io" }
gradlePluginPortal()
google()
}
Expand All @@ -18,8 +17,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:8.2.2'

classpath 'com.github.bjoernq:unmockplugin:0.7.9'

classpath 'com.github.ben-manes:gradle-versions-plugin:0.51.0'
}
}

Expand All @@ -29,10 +26,4 @@ allprojects {
maven { url "https://jitpack.io" }
google()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/versions_plugin_stable_only.gradle'
}

0 comments on commit da8e4b9

Please sign in to comment.