Skip to content

Commit d9fc813

Browse files
committed
Upgrade to Native Build Tools Plugin 0.10.5
Closes gh-44183
1 parent efbc46e commit d9fc813

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ junitJupiterVersion=5.11.4
1717
kotlinVersion=1.9.25
1818
mavenVersion=3.9.4
1919
mockitoVersion=5.15.2
20-
nativeBuildToolsVersion=0.10.4
20+
nativeBuildToolsVersion=0.10.5
2121
snakeYamlVersion=2.3
2222
springFrameworkVersion=6.2.2
2323
springFramework60xVersion=6.0.23

Diff for: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/testkit/PluginClasspathGradleBuild.java

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ private List<File> pluginClasspath() {
8686
new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)),
8787
new File(pathOfJarContaining(Versioned.class)),
8888
new File(pathOfJarContaining(ParameterNamesModule.class)),
89+
new File(pathOfJarContaining("com.github.openjson.JSONObject")),
8990
new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)),
9091
new File(pathOfJarContaining(Toml.class)), new File(pathOfJarContaining(Lexer.class)),
9192
new File(pathOfJarContaining("org.graalvm.buildtools.gradle.NativeImagePlugin")),

0 commit comments

Comments
 (0)