Relative Content

Tag Archive for spring-bootgradleartifact

Gradle 7.2 Failing to publish bootjar in multi module

I have spring boot based multi module project, which was defined in sourcesets. We are upgrade from java11 to java 17 and gradle 6.9 to 7.2. It was defined using sourcesets, where we are seggregating into multi module project. We got it working most of it except publishing bootJar from service application.