From dc3a4c5e381da278fcecf5620f5d53f7e25f2afd Mon Sep 17 00:00:00 2001
From: "couetoux.b" <bidule>
Date: Wed, 21 Sep 2022 10:05:07 +0200
Subject: [PATCH] gradle 7.5

---
 .idea/runConfigurations.xml              | 10 ----------
 build.gradle                             | 19 ++++++-------------
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 3 files changed, 7 insertions(+), 24 deletions(-)
 delete mode 100644 .idea/runConfigurations.xml

diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644
index 797acea..0000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="RunConfigurationProducerService">
-    <option name="ignoredProducers">
-      <set>
-        <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
-      </set>
-    </option>
-  </component>
-</project>
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index b2ad662..20534b2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,30 +1,23 @@
-plugins {
-    id 'java'
-}
+
+
 
 plugins {
     id 'application'
-    id "org.openjfx.javafxplugin" version "0.0.8"
+    id "org.openjfx.javafxplugin" version "0.0.10"
 }
 
 javafx {
-    version = "11"
+    version = "17"
     modules = [ 'javafx.controls', 'javafx.fxml' ]
 }
 
 
-version '1.0-SNAPSHOT'
-
-sourceCompatibility = "11"
-targetCompatibility = "11"
-
 repositories {
     mavenCentral()
 }
-
 dependencies {
-    testCompile group: 'junit', name: 'junit', version: '4.12'
-    testCompile 'org.hamcrest:hamcrest-library:1.3'
+    testImplementation group: 'junit', name: 'junit', version: '4.12'
+    testImplementation 'org.hamcrest:hamcrest-library:1.3'
 }
 
 mainClassName = "shape.App"
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 6027963..2fa0d84 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-rc-2-bin.zip
-- 
GitLab