diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea53eb091cf5b30518802c3073f544adeed..0000000000000000000000000000000000000000 --- 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 b2ad662f19ea93442e46941119f429fd634dca89..20534b2a198109bf2e4f0efc3434f50b39d21bc8 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 6027963bc854237e910c42d73d203a7deb18944a..2fa0d84b7cdeb858905c662766ffd1b946cb5ec1 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