Skip to content

Commit 6343cfe

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # gradle/libs.versions.toml
2 parents 0774ddd + c1897dc commit 6343cfe

2 files changed

Lines changed: 3 additions & 3 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
version = "1.0"
33

44
[versions]
5-
# plugins
65
shadow = "8.1.8"
76
indra = "3.1.3"
87
toxopid = "4.0.2"

0 commit comments

Comments
 (0)