Skip to content

Commit 7d9b69c

Browse files
committed
Update idofront
1 parent 77c7575 commit 7d9b69c

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @0ffz

build.gradle.kts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ plugins {
99
id("com.mineinabyss.conventions.nms")
1010
id("com.mineinabyss.conventions.publication")
1111
id("com.mineinabyss.conventions.testing")
12+
id("com.mineinabyss.conventions.copyjar")
1213
id("org.jetbrains.compose")
1314
id("com.github.johnrengelman.shadow") version "7.1.2"
1415
}
@@ -46,20 +47,11 @@ dependencies {
4647
implementation(libs.idofront.nms)
4748
}
4849

49-
val pluginPath = project.findProperty("plugin_path")!!
50-
5150
tasks {
52-
register<Copy>("copyJar") {
53-
from(findByName("reobfJar") ?: findByName("shadowJar"))
54-
into(pluginPath)
55-
doLast {
56-
println("Copied to plugin directory $pluginPath")
57-
}
58-
}
59-
6051
assemble {
6152
dependsOn(reobfJar)
6253
}
54+
6355
build {
6456
dependsOn("copyJar")
6557
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version=0.5
44
kotlinVersion=1.6.10
55
composeVersion=1.1.1
66
serverVersion=1.18.2-R0.1-SNAPSHOT
7-
idofrontVersion=0.9.82
7+
idofrontVersion=0.9.86

0 commit comments

Comments
 (0)