Skip to content

Commit 936a1fb

Browse files
committed
[ci/#26]: AWS EB jar 설정
1 parent cdf6596 commit 936a1fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ dependencies {
4141
tasks.named('test') {
4242
useJUnitPlatform()
4343
}
44+
45+
jar {
46+
enabled=false
47+
}

0 commit comments

Comments
 (0)