Skip to content

Commit

Permalink
build: Removed publication
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 24, 2023
1 parent 80dc4e8 commit b6aac7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions demo/redis-smart-cache-demo/redis-smart-cache-demo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

publishing {
publications {
bootJava(MavenPublication) {
artifact bootJar
}
}
}

tasks.bootJar.dependsOn ':redis-smart-cache-jdbc:shadowJar'

bootJar {
Expand Down

0 comments on commit b6aac7f

Please sign in to comment.