Skip to content

Commit

Permalink
set java version
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 21, 2024
1 parent 12d0058 commit c72cb73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ plugins {
group = "net.thenextlvl.services"
version = "1.0.0"

java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

repositories {
mavenCentral()
maven("https://repo.thenextlvl.net/releases")
Expand Down

0 comments on commit c72cb73

Please sign in to comment.