|
| 1 | +[versions] |
| 2 | +jetbrains-annotations = "26.0.1" |
| 3 | +kala-compress = "1.27.1-1" |
| 4 | +simple-png-javafx = "0.3.0" |
| 5 | +gson = "2.13.0" |
| 6 | +toml4j = "0.7.2" |
| 7 | +xz = "1.10" |
| 8 | +fx-gson = "5.0.0" |
| 9 | +constant-pool-scanner = "1.2" |
| 10 | +opennbt = "1.5" |
| 11 | +nanohttpd = "2.3.1" |
| 12 | +jsoup = "1.19.1" |
| 13 | +chardet = "2.5.0" |
| 14 | +twelvemonkeys = "3.12.0" |
| 15 | + |
| 16 | +# plugins |
| 17 | +shadow = "8.3.6" |
| 18 | + |
| 19 | +[libraries] |
| 20 | +jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" } |
| 21 | +kala-compress-zip = { module = "org.glavo.kala:kala-compress-archivers-zip", version.ref = "kala-compress" } |
| 22 | +kala-compress-tar = { module = "org.glavo.kala:kala-compress-archivers-tar", version.ref = "kala-compress" } |
| 23 | +simple-png-javafx = { module = "org.glavo:simple-png-javafx", version.ref = "simple-png-javafx" } |
| 24 | +gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
| 25 | +toml = { module = "com.moandjiezana.toml:toml4j", version.ref = "toml4j" } |
| 26 | +xz = { module = "org.tukaani:xz", version.ref = "xz" } |
| 27 | +fx-gson = { module = "org.hildan.fxgson:fx-gson", version.ref = "fx-gson" } |
| 28 | +constant-pool-scanner = { module = "org.jenkins-ci:constant-pool-scanner", version.ref = "constant-pool-scanner" } |
| 29 | +opennbt = { module = "com.github.steveice10:opennbt", version.ref = "opennbt" } |
| 30 | +nanohttpd = { module = "org.nanohttpd:nanohttpd", version.ref = "nanohttpd" } |
| 31 | +jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" } |
| 32 | +chardet = { module = "org.glavo:chardet", version.ref = "chardet" } |
| 33 | +twelvemonkeys-imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version.ref = "twelvemonkeys" } |
| 34 | + |
| 35 | +[plugins] |
| 36 | +shadow = { id = "com.gradleup.shadow", version.ref = "shadow" } |
0 commit comments