Skip to content

Commit 2b2198e

Browse files
committed
Remove deprecated snippet related to GraalVM plugin
1 parent ba5bc02 commit 2b2198e

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
native.gradle.plugin.version = 0.9.6

settings.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
* in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html
88
*/
99

10-
pluginManagement {
11-
plugins {
12-
id 'org.graalvm.buildtools.native' version getProperty('native.gradle.plugin.version')
13-
}
14-
repositories {
15-
mavenCentral()
16-
gradlePluginPortal()
17-
}
18-
}
19-
2010
plugins {
2111
// required to download the toolchain (jdk) from a remote repository
2212
// https://github.com/gradle/foojay-toolchains

0 commit comments

Comments
 (0)