Skip to content

Commit

Permalink
fix: Annotation values being re-ordered by blw
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Feb 24, 2024
1 parent f051fb6 commit fba826b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasm-composition-jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
api 'com.github.Nowilltolife:blw:9dd948b8c0'
api 'com.github.Nowilltolife:blw:15c59d221d'
implementation 'org.ow2.asm:asm:9.6'

api project(path: ':jasm-core')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.annotation TestAnnotation {
number: 15,
subAnnotation: .annotation org/jetbrains/annotations/NotNull {
subAnnotation1: .annotation org/jetbrains/annotations/NotNull {
value: "Hello, world!"
},
subAnnotation2: .annotation EnumHolder {
value: .enum net/fabricmc/api/EnvType CLIENT
},
stringArray: { "one", "two", "three" }
}
.super java/lang/Object
Expand Down

0 comments on commit fba826b

Please sign in to comment.