We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bead7 commit 68fffebCopy full SHA for 68fffeb
build.gradle
@@ -40,7 +40,7 @@ configure(allprojects){
40
localBlackhole = new File(rootDir.parent, 'MindustryBlackHoleRenderer').exists()
41
42
blackhole = {String module ->
43
- return "com.github.MEEPofFaith.MindustryBlackHoleRenderer$module:$blackHoleRendererVersion"
+ return "com.github.MEEPofFaith$module:$blackHoleRendererVersion"
44
}
45
46
0 commit comments