Skip to content

Commit c1897dc

Browse files
committed
chore: Update deps and README
1 parent f3f4e2a commit c1897dc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Get your Mindustry plugin started with this awesome template repository, it feat
1212

1313
- [Indra](https://plugins.gradle.org/plugin/net.kyori.indra) Gradle plugin for easier java development.
1414

15-
- Bundling and automatic relocation (isolating your dependencies to avoid class loading issues) with the
16-
[Shadow](https://imperceptiblethoughts.com/shadow/) gradle plugin.
15+
- Bundling and automatic relocation with the [Shadow](https://imperceptiblethoughts.com/shadow/) gradle plugin.
1716

1817
- Unused classes are removed from the final jar.
1918

19+
- **NOTE:** shadow is no longer maintained, it has been replaced by a [fork](https://github.com/Goooler/shadow) from one of the major contributors.
20+
2021
- A `CHANGELOG.md` file that will be updated automatically when you create a release on GitHub.
2122

2223
## How to use

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
version = "1.0"
33

44
[versions]
5-
# plugins
6-
shadow = "8.1.1"
5+
shadow = "8.1.7"
76
indra = "3.1.3"
8-
toxopid = "4.0.1"
7+
toxopid = "4.0.2"
98

109
[plugins]
1110
indra-common = { id = "net.kyori.indra", version.ref = "indra" }
12-
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
11+
shadow = { id = "io.github.goooler.shadow", version.ref = "shadow" }
1312
toxopid = { id = "com.xpdustry.toxopid", version.ref = "toxopid" }

0 commit comments

Comments
 (0)