Skip to content

Commit

Permalink
Generate configuration closures for ATs (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 17, 2023
1 parent 2be11fc commit 87a103a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ interface Minecraft extends BaseDSLElement<Minecraft> {
* @return The mappings configuration extension.
*/
@NotNull
@DSLProperty
Mappings getMappings();

/**
Expand All @@ -42,5 +43,6 @@ interface Minecraft extends BaseDSLElement<Minecraft> {
* @return The access transformer configuration extension.
*/
@NotNull
@DSLProperty
AccessTransformers getAccessTransformers();
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ diffpatch_version=1.5.0.29
jarjar_version=0.4.1
jetbrains_annotations_version=23.0.0
gradle_idea_extension_version=1.1.6
groovy_dsl_improver_version=1.0.10
groovy_dsl_improver_version=1.0.13
eclipse_launch_configs_version=0.1.3

#Test dependencies
Expand Down

0 comments on commit 87a103a

Please sign in to comment.