make build work & fix some crashes
This commit is contained in:
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":TerminatorPlus-Plugin"))
|
||||
implementation(project(":TerminatorPlus-Plugin", "reobf"))
|
||||
implementation(project(":TerminatorPlus-API"))
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ tasks.jar {
|
||||
from(configurations.compileClasspath.get().map { if (it.isDirectory()) it else zipTree(it) })
|
||||
archiveFileName.set(jarName + ".jar")
|
||||
}
|
||||
//TODO currently, the resources are in src/main/resources, because gradle is stubborn and won't include the resources in TerminatroPlus-Plugin/src/main/resources, will need to fix
|
||||
//TODO currently, the resources are in src/main/resources, because gradle is stubborn and won't include the resources in TerminatorPlus-Plugin/src/main/resources, will need to fix
|
||||
|
||||
/*
|
||||
task copyPlugin(type: Copy) {
|
||||
|
||||
Reference in New Issue
Block a user