Skip to content

Commit 8f53be2

Browse files
authored
Update README
1 parent baf696f commit 8f53be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ This build script was heavily inspired by the build script created by GT New Hor
2222
- Deployment testing options, so that you can ensure your tokens and other variables are set up properly
2323
- Custom username setting for development, that can be set either project-wide or via an environment variable for shared projects
2424
- Ships with Jetbrains annotations by default, so you have another option over `javax`
25-
- Scala support
25+
- Kotlin and Scala support
2626
- Custom Maven publishing location support, with all secrets held by system environment variables
2727
- Automatic mixin JSON generation, as well as mcmod.info and pack.mcmeta if they are missing
2828
- Dependency shadowing for releasing dependencies in your builds, more info [here](https://github.com/GregTechCEu/Buildscripts/blob/master/docs/shadow.md)
2929
- Automatic changelog generation by generating a list of all commits between the current tag and the previous tag
3030
- Automatic mod version detection from the latest git tag (or manually specified, if you prefer)
31+
- Updated Launchwrapper for better ASM/mixin debugging options
3132

3233
And many more to come! And of course, all of these features are toggleable via an option in `gradle.properties`.
3334

0 commit comments

Comments
 (0)