Skip to content

Commit

Permalink
update CRL 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb authored Dec 30, 2024
1 parent 22afdd2 commit 4adae2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ minecraft {
copyIdeResources = true;

if(propertyBool('use_access_transformer')){
accessTransformer = file('src/main/resources/META-INF/${project.access_transformer_locations}')
accessTransformer = file("src/main/resources/META-INF/${propertyString('access_transformer_locations')}")
}

runs {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
org.gradle.jvmargs = -Xmx3G

java_version = 21
cleanroom_version=0.2.3-alpha
cleanroom_version=0.2.4-alpha

# Mapping Properties
mapping_channel= stable
Expand Down
Empty file removed uuid.txt
Empty file.

0 comments on commit 4adae2e

Please sign in to comment.