File tree Expand file tree Collapse file tree 4 files changed +912
-14
lines changed
src/main/java/com/sovdee/skriptparticles Expand file tree Collapse file tree 4 files changed +912
-14
lines changed Original file line number Diff line number Diff line change 1- import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
21import org.apache.tools.ant.filters.ReplaceTokens
32
4-
53plugins {
6- id ' com.github.johnrengelman.shadow' version ' 8.1.1'
74 id ' java'
85}
96
@@ -26,8 +23,7 @@ repositories {
2623
2724dependencies {
2825 compileOnly(" io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT" )
29- compileOnly(" com.github.SkriptLang:Skript:2.10.0-pre1" )
30- shadow " org.bstats:bstats-bukkit:3.0.2"
26+ compileOnly(" com.github.SkriptLang:Skript:2.10.2" )
3127 implementation " org.joml:joml:${ jomlVersion} "
3228}
3329
@@ -45,16 +41,12 @@ javadoc {
4541 options. encoding = ' UTF-8'
4642}
4743
48- task shadowJar (overwrite : true , type : ShadowJar ) {
49- archiveFileName = ' skript-particle.jar'
50- }
51-
5244java {
5345 toolchain. languageVersion. set(JavaLanguageVersion . of(17 ))
5446}
5547
56- task copyJar ( type : Copy ) {
57- dependsOn shadowJar
48+ tasks . register( ' copyJar ' , Copy ) {
49+ dependsOn jar
5850 from " build/libs/skript-particle.jar"
5951 into " e:/PaperServer/plugins"
6052}
Original file line number Diff line number Diff line change 1- version = 1.3.2
1+ version = 1.3.3
You can’t perform that action at this time.
0 commit comments