File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change
1
+ * @ 0ffz
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
9
9
id(" com.mineinabyss.conventions.nms" )
10
10
id(" com.mineinabyss.conventions.publication" )
11
11
id(" com.mineinabyss.conventions.testing" )
12
+ id(" com.mineinabyss.conventions.copyjar" )
12
13
id(" org.jetbrains.compose" )
13
14
id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
14
15
}
@@ -46,20 +47,11 @@ dependencies {
46
47
implementation(libs.idofront.nms)
47
48
}
48
49
49
- val pluginPath = project.findProperty(" plugin_path" )!!
50
-
51
50
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
-
60
51
assemble {
61
52
dependsOn(reobfJar)
62
53
}
54
+
63
55
build {
64
56
dependsOn(" copyJar" )
65
57
}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ version=0.5
4
4
kotlinVersion =1.6.10
5
5
composeVersion =1.1.1
6
6
serverVersion =1.18.2-R0.1-SNAPSHOT
7
- idofrontVersion =0.9.82
7
+ idofrontVersion =0.9.86
You can’t perform that action at this time.
0 commit comments