mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2026-06-04 03:36:54 +00:00
Rewrite this in a way that actually makes sense
This commit is contained in:
+11
-1
@@ -4,10 +4,12 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "2.0"
|
||||
version = "2.1"
|
||||
|
||||
subprojects {
|
||||
apply(plugin = "java")
|
||||
apply(plugin = "com.github.johnrengelman.shadow")
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -24,6 +26,14 @@ subprojects {
|
||||
url = uri("https://maven.playpro.com/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
if (project.name != "shared") {
|
||||
implementation(project(":shared"))
|
||||
}
|
||||
|
||||
compileOnly("net.coreprotect:coreprotect:21.3")
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user