Skip to content

Commit

Permalink
java version
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLichtenstein committed Sep 21, 2023
1 parent 254cef7 commit 5ad0db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

tasks.test {
Expand Down

0 comments on commit 5ad0db9

Please sign in to comment.