Skip to content

Commit

Permalink
Remove JAR generation process used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Dec 19, 2023
1 parent f06b92a commit 57d2ea7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,4 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.springframework:spring-test:4.3.14.RELEASE'
testImplementation 'com.squareup.okhttp3:okhttp:4.11.0'
}


jar {
// Will include dependencies to create fat jar
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}

0 comments on commit 57d2ea7

Please sign in to comment.