I am upgrading current system to spring boot 2.5.2 . I have custom spring boot starter which I installed to my local maven repository. But its generating plain jar. I installed plain jar but the project I am gonna use this starter looking for normal jar. When I disable plain jar and install normal jar , its looking plain jar. Is there any way to install both or is there any other way to look only plain jar or normal jar.
Java version is 11, Gradle version is 6.8.3, spring boot version is 2.5.2 , spring boot dependency management version is 1.0.8