diff options
Diffstat (limited to 'mod/build.gradle')
-rw-r--r-- | mod/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/build.gradle b/mod/build.gradle index 53ed0be3..ad799d39 100644 --- a/mod/build.gradle +++ b/mod/build.gradle @@ -71,7 +71,8 @@ dependencies { if (testWithNeu) { runtimeOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22' - add("devenvMod", 'com.github.notenoughupdates:notenoughupdates:1f4d692:all') +// add("devenvMod", 'com.github.notenoughupdates:notenoughupdates:1f4d692:all') +// add("devenvMod", 'com.github.notenoughupdates:notenoughupdates:museumthing-SNAPSHOT:all') } def files= fileTree("../runtime/mods2").filter { it.isFile() } add("devenvMod", files) |