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 72dff68
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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 +27,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 72dff68

Please sign in to comment.