Skip to content

Commit

Permalink
Revert "Fix indexing, remove *-latest.jar"
Browse files Browse the repository at this point in the history
This reverts commit 4e913b8.
  • Loading branch information
fhuberts committed Apr 16, 2014
1 parent 4e913b8 commit ab4ee1d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dist/build.gradle
Expand Up @@ -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]

0 comments on commit ab4ee1d

Please sign in to comment.