The Lazurite Team's Gradle plugin. Requires loom to be applied first.
When applied to the settings.gradle
:
-
Adds an
abacus
extension with the following properties:
When applied to a build.gradle
:
- Sets
group
to'dev.lazurite'
. - Sets
java.toolchain.languageVersion
toJavaLanguageVersion.of(16)
. - Adds
java.withSourcesJar()
. - Adds
jar.from 'LICENSE'
. - Applies
mappings loom.officialMojangMappings()
as a dependency. - Applies
minecraft 'com.mojang:minecraft:VERSION'
as a dependency whereVERSION
is specified using theabacus
extension fromsettings.gradle
. - Applies
modImplementation 'net.fabricmc:fabric-loader:VERSION'
as a dependency whereVERSION
is specified using theabacus
extension fromsettings.gradle
.