You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,13 @@ This build script was heavily inspired by the build script created by GT New Hor
22
22
- Deployment testing options, so that you can ensure your tokens and other variables are set up properly
23
23
- Custom username setting for development, that can be set either project-wide or via an environment variable for shared projects
24
24
- Ships with Jetbrains annotations by default, so you have another option over `javax`
25
-
- Scala support
25
+
-Kotlin and Scala support
26
26
- Custom Maven publishing location support, with all secrets held by system environment variables
27
27
- Automatic mixin JSON generation, as well as mcmod.info and pack.mcmeta if they are missing
28
28
- Dependency shadowing for releasing dependencies in your builds, more info [here](https://github.com/GregTechCEu/Buildscripts/blob/master/docs/shadow.md)
29
29
- Automatic changelog generation by generating a list of all commits between the current tag and the previous tag
30
30
- Automatic mod version detection from the latest git tag (or manually specified, if you prefer)
31
+
- Updated Launchwrapper for better ASM/mixin debugging options
31
32
32
33
And many more to come! And of course, all of these features are toggleable via an option in `gradle.properties`.
0 commit comments