GroovyModLoader (GML)

A language provider for Forge Groovy mods.

File Details

gml-4.0.11

  • R
  • Apr 17, 2025
  • 10.61 MB
  • 7.6M
  • 1.20.1+1
  • Forge

File Name

gml-4.0.11-all.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gml-661517:6434243")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

==== 6.0
- 6.0.3: Fix supported versions in publishing for 1.20.1
- 6.0.2: Bump version to 6.0.2
- 6.0.2: Update gml-core and groovybundler to fix module issue
- 6.0.1: Bump version to 6.0.1
- 6.0.1: Fix CF publishing
- 6.0.0: Fix actions

==== 5.0
- 5.0.3: Update to 1.21
- 5.0.2: Update README.MD
- 5.0.1: Update README.MD
- 5.0.0: Fix publishing

==== 4.0
- 4.0.17: Fix signing
- 4.0.16: Clean up local references
- 4.0.15: Add CF/MR publishing
- 4.0.14: Update to 1.20.4 and use new GML-core and CGL
- 4.0.13: Remove use of commons-codec, which does not exist on servers
- 4.0.12: Bump gradle/gradle-build-action from 2 to 3

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.11: Bump actions/setup-java from 3 to 4

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- 4.0.10: Fix modrinth task dependencies
- 4.0.9: Update minotaur in an attempt to get modrinth auth working
- 4.0.8: Add javadoc for maven central publishing
- 4.0.7: Set up GH actions and maven central publishing
- 4.0.6: Better error handling while setting up runtime mappings cache
- 4.0.5: Fix some issues with runtime remapping (#21)

Fixes #20
- 4.0.4: Update to Groovy 4.0.13
- 4.0.3: Bump the jarinjar plugin version
- 4.0.2: Shorthand mod lifecycle event listeners (#18)

Donated from APLP
- 4.0.1: Shorthand mod lifecycle event listeners (#18)

Donated from APLP
- 4.0.0: Update to 1.20

==== 3.0
- 3.2.3: Update the SimpleCI version again
- 3.2.2: Update the SimpleCI version
- 3.2.1: Update SimpleCI
- 3.2.0: Add a new addListener extension method (#17)
- 3.1.5: Update MC version range in mods.groovy
- 3.1.4: Update to Groovy 4.0.12
- 3.1.3: Document `GModEventBus`
- 3.1.2: Update Groovy and CGL version
- 3.1.1: Set up TC publishing
- 3.1.0: Update CGL and the Groovy version