Skip to content

Commit

Permalink
merge: Use latest build-util (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 authored Nov 27, 2024
2 parents d88c89a + 73a81c5 commit dc19e89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ subprojects {
tree.include("module-info.class")
tree.forEach {
BuildUtil.stripPreview(
root.toPath(), it.toPath(),
false, false,
"java/lang/RuntimeException",
/* root = */ root.toPath(),
/* classFile = */ it.toPath(),
/* forceJava21 = */ false,
/* verbose = */ false,
)
}
}
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ annotations = "26.0.1"
kala = "0.76.0"
# https://picocli.info
picocli = "4.7.6"
build-util = "0.0.28"
# https://repo1.maven.org/maven2/org/aya-prover/upstream/build-util/
build-util = "0.0.29"
# https://github.com/jline/jline3
jline = "3.27.1"
# https://github.com/commonmark/commonmark-java
Expand Down

0 comments on commit dc19e89

Please sign in to comment.