Skip to content

Commit

Permalink
Small changes on 'build.gradle' file
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Aug 29, 2024
1 parent 5143250 commit 08a69b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
version = "$projectVersion"
group = 'one.jpro'

compileJava {
sourceCompatibility = 17
targetCompatibility = 17
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

repositories {
Expand All @@ -22,7 +22,7 @@ javafx {

application {
// Define the main class for the application.
mainClassName = 'one.jpro.hellojpro.HelloJProFXML'
mainClass = 'one.jpro.hellojpro.HelloJProFXML'
}

jpro {
Expand Down

0 comments on commit 08a69b9

Please sign in to comment.