Upgrade to Native Build Tools Plugin 0.10.5

Closes gh-44179
This commit is contained in:
Stéphane Nicoll 2025-02-08 15:45:10 +01:00
parent 08e5578157
commit ff6168cde7
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ junitJupiterVersion=5.11.4
kotlinVersion=1.9.25
mavenVersion=3.9.4
mockitoVersion=5.14.2
nativeBuildToolsVersion=0.10.4
nativeBuildToolsVersion=0.10.5
snakeYamlVersion=2.3
springFrameworkVersion=6.2.2
springFramework60xVersion=6.0.23

View File

@ -86,6 +86,7 @@ public class PluginClasspathGradleBuild extends GradleBuild {
new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)),
new File(pathOfJarContaining(Versioned.class)),
new File(pathOfJarContaining(ParameterNamesModule.class)),
new File(pathOfJarContaining("com.github.openjson.JSONObject")),
new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)),
new File(pathOfJarContaining(Toml.class)), new File(pathOfJarContaining(Lexer.class)),
new File(pathOfJarContaining("org.graalvm.buildtools.gradle.NativeImagePlugin")),