We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5bc02 commit 2b2198eCopy full SHA for 2b2198e
gradle.properties
@@ -1 +0,0 @@
1
-native.gradle.plugin.version = 0.9.6
settings.gradle
@@ -7,16 +7,6 @@
7
* in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html
8
*/
9
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
-
20
plugins {
21
// required to download the toolchain (jdk) from a remote repository
22
// https://github.com/gradle/foojay-toolchains
0 commit comments