Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 21, 2024
1 parent 9b0a975 commit 97d0633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ repositories {
}

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "21"
javaParameters = true
}
}

Expand Down Expand Up @@ -75,15 +77,12 @@ compose.desktop {
copyright = "Copyright © 2024 Forte Scarlet."

windows {
packageVersion = versionValue
exePackageVersion = versionValue
msiPackageVersion = versionValue
shortcut = true
dirChooser = true
menu = true
menuGroup = groupId
perUserInstall = true
iconFile.set(project.rootDir.resolve("hot.ico"))
iconFile.set(project.rootDir.resolve("icon.ico"))
upgradeUuid = "f4a9a22b-b663-4848-95a8-7c0cf844da3f"
}
}
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 97d0633

Please sign in to comment.