Skip to content
Snippets Groups Projects
Commit dc3a4c5e authored by couetoux.b's avatar couetoux.b
Browse files

gradle 7.5

parent 8baddb36
Branches
No related tags found
No related merge requests found
<?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
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"
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment