Skip to content

Commit

Permalink
improve fatJar and graal config
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 4, 2025
1 parent 6629b0a commit ba235f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task fatJar(type: Jar) {

}
from {
configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) }
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
with jar
}
Expand Down
4 changes: 0 additions & 4 deletions graal-config/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
{
"name": "valueOf",
"parameterTypes": ["java.lang.String"]
},
{
"name": "valueOf",
"parameterTypes": [ "java.lang.Class", "java.lang.String"]
}
]
},
Expand Down

0 comments on commit ba235f5

Please sign in to comment.