Skip to content

Commit

Permalink
Fix Boot configuration to fix non library modules expecting mainClass…
Browse files Browse the repository at this point in the history
… for bootJar
  • Loading branch information
abelsromero committed Jul 17, 2023
1 parent e0553cc commit 1f7b537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-app-broker-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot'
id 'org.springframework.boot' apply false
}

description = "Spring Cloud App Broker Logging"
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-app-broker-security-credhub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot'
id 'org.springframework.boot' apply false
}

description = "Spring Cloud App Broker Security CredHub"
Expand Down

0 comments on commit 1f7b537

Please sign in to comment.