Skip to content

Commit

Permalink
Update Java version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
NGSpace committed Dec 23, 2024
1 parent d9a2db5 commit 1853aaf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 81 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

.settings/

**.launch
2 changes: 1 addition & 1 deletion .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Wed May 01 18:14:19 IDT 2024
#Mon Dec 23 13:36:59 IST 2024
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
Expand Down
17 changes: 0 additions & 17 deletions Hudder1.20.1_client.launch

This file was deleted.

17 changes: 0 additions & 17 deletions Hudder1.20.1_server.launch

This file was deleted.

23 changes: 0 additions & 23 deletions Hudder_client.launch

This file was deleted.

20 changes: 0 additions & 20 deletions Hudder_server.launch

This file was deleted.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ processResources {
}

tasks.withType(JavaCompile).configureEach {
it.options.release = 17
it.options.release = 21
}

java {
Expand All @@ -73,8 +73,8 @@ java {
// If you remove this line, sources will not be generated.
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

jar {
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 1853aaf

Please sign in to comment.