@@ -3,9 +3,9 @@ plugins {
3
3
id ' application'
4
4
id ' eclipse'
5
5
id ' idea'
6
- id ' org.openjfx.javafxplugin' version ' 0.0.12 '
7
- id ' io.github.goooler. shadow' version ' 8.1.7 '
8
- id ' com.github.ben-manes.versions' version ' 0.42 .0'
6
+ id ' org.openjfx.javafxplugin' version ' 0.1.0 '
7
+ id ' com.gradleup. shadow' version ' 8.3.6 '
8
+ id ' com.github.ben-manes.versions' version ' 0.52 .0'
9
9
}
10
10
11
11
group ' net.querz'
@@ -38,32 +38,32 @@ repositories {
38
38
39
39
dependencies {
40
40
implementation ' com.github.Querz:NBT:6bc3de6961'
41
- implementation ' com.google.code.gson:gson:2.10 .1'
42
- implementation ' it.unimi.dsi:fastutil:8.5.8 '
41
+ implementation ' com.google.code.gson:gson:2.12 .1'
42
+ implementation ' it.unimi.dsi:fastutil:8.5.15 '
43
43
implementation ' org.apache.logging.log4j:log4j-api:2.24.3'
44
44
implementation ' org.apache.logging.log4j:log4j-core:2.24.3'
45
45
implementation ' org.slf4j:slf4j-simple:2.0.16'
46
- implementation ' commons-cli:commons-cli:1.5 .0'
46
+ implementation ' commons-cli:commons-cli:1.9 .0'
47
47
implementation ' me.tongfei:progressbar:0.10.1'
48
- implementation ' org.apache.groovy:groovy-jsr223:4.0.21 '
49
- implementation ' org.fxmisc.richtext:richtextfx:0.11.2 '
48
+ implementation ' org.apache.groovy:groovy-jsr223:4.0.26 '
49
+ implementation ' org.fxmisc.richtext:richtextfx:0.11.4 '
50
50
implementation ' org.lz4:lz4-java:1.8.0'
51
51
implementation ' org.atteo.classindex:classindex:3.13'
52
52
implementation ' org.iq80.leveldb:leveldb:0.12'
53
53
54
54
shadow ' com.github.Querz:NBT:6bc3de6961'
55
- shadow ' com.google.code.gson:gson:2.10 .1'
56
- shadow ' it.unimi.dsi:fastutil:8.5.8 '
55
+ shadow ' com.google.code.gson:gson:2.12 .1'
56
+ shadow ' it.unimi.dsi:fastutil:8.5.15 '
57
57
shadow ' org.apache.logging.log4j:log4j-api:2.24.3'
58
58
shadow ' org.apache.logging.log4j:log4j-core:2.24.3'
59
59
shadow ' org.slf4j:slf4j-simple:2.0.16'
60
- shadow ' commons-cli:commons-cli:1.5 .0'
60
+ shadow ' commons-cli:commons-cli:1.9 .0'
61
61
shadow ' me.tongfei:progressbar:0.10.1'
62
- shadow ' org.apache.groovy:groovy-jsr223:4.0.21 '
63
- shadow ' org.fxmisc.richtext:richtextfx:0.11.2 '
62
+ shadow ' org.apache.groovy:groovy-jsr223:4.0.26 '
63
+ shadow ' org.fxmisc.richtext:richtextfx:0.11.4 '
64
64
shadow ' org.lz4:lz4-java:1.8.0'
65
65
shadow ' org.atteo.classindex:classindex:3.13'
66
- shadow ' org.iq80.leveldb:leveldb:0.12'
66
+ shadow ' org.iq80.leveldb:leveldb:0.12'
67
67
68
68
annotationProcessor(' org.atteo.classindex:classindex:3.13' )
69
69
annotationProcessor(' org.apache.logging.log4j:log4j-core:2.24.3' )
@@ -103,6 +103,7 @@ jar {
103
103
manifest. attributes (
104
104
' Main-Class' : application. mainClass,
105
105
' Application-Version' : project. version,
106
+ ' Copyright' : project. findProperty(' application.copyright' ),
106
107
' Class-Path' : configurations. shadow. files. stream()
107
108
.filter($it -> ! $it. name. startsWith(' javafx' )). collect{" lib/$it . name " }. join(' ' )
108
109
)
0 commit comments