Skip to content

Commit

Permalink
Merge pull request #10 from iHangbot/config/ci
Browse files Browse the repository at this point in the history
chore: build.gradle 수정
  • Loading branch information
Jimin0304 authored Aug 2, 2023
2 parents 462f870 + 71a5f82 commit c0b484e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ group = 'com.MZ'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'

configurations {
compileOnly {
extendsFrom annotationProcessor
}
}

repositories {
mavenCentral()
}
Expand All @@ -31,6 +25,6 @@ dependencies {
implementation 'org.json:json:20220924'
}

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

0 comments on commit c0b484e

Please sign in to comment.