Skip to content

Commit

Permalink
πŸ”¨ refactor/#44 : build.gradle --parameter 제거
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Nov 20, 2024
1 parent a624c29 commit d5d4d18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

tasks.withType(JavaCompile) {
options.compilerArgs << "-parameters"
}

tasks.named('test') {
useJUnitPlatform()
}
Expand Down

0 comments on commit d5d4d18

Please sign in to comment.