Skip to content

Commit 7453ef4

Browse files
committed
Merge pull request #37 Fix/36 notice apis
No description provided.
1 parent c05ca07 commit 7453ef4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

casper-convention/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
1312
// 중복 파일 처리 전략 설정
1413
tasks.withType<ProcessResources> {
1514
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
@@ -36,4 +35,4 @@ gradlePlugin {
3635
implementationClass = "io.casper.convention.plugins.DocumentationConventionPlugin"
3736
}
3837
}
39-
}
38+
}

0 commit comments

Comments
 (0)