diff --git a/dist/build.gradle b/dist/build.gradle index 5c6a20c191..6480826de7 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -18,18 +18,4 @@ rootProject.subprojects.each { } } -void removeLatestBundles() { - fileTree("bundles").include("**/*-latest.jar").each { - delete(it) - } -} - -indexOBR.doFirst { - removeLatestBundles() -} -indexR5.doFirst { - removeLatestBundles() -} - - dist.dependsOn += [index]