Skip to content

Commit

Permalink
gradle 버전 업
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Mar 23, 2024
1 parent 4476790 commit 47d8cfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tasks.withType<Test> {
}

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

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
}

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

dependencies {
Expand Down

0 comments on commit 47d8cfe

Please sign in to comment.