Skip to content

Commit 6763df7

Browse files
committed
fixup! test stuff
1 parent b7fc117 commit 6763df7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ loom {
1313
accessWidenerPath = file("src/main/resources/siege.accesswidener")
1414
}
1515

16-
configurations.all() {
17-
resolutionStrategy {
18-
cacheChangingModulesFor 0, "seconds"
19-
}
20-
}
21-
22-
configurations.all { resolutionStrategy.cacheChangingModulesFor 0, "seconds" }
23-
2416
repositories {
25-
mavenLocal()
2617
maven { url = "https://maven.nucleoid.xyz/" }
2718
}
2819

0 commit comments

Comments
 (0)