You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ru.vyarus.java-lib 2.1.0 -> 2.2.0 (much multi-module logic moved to plugin)
(breaking) Removed jcenter publishing, instead publish to maven central directly
Remove com.jfrog.bintray plugin
Add io.github.gradle-nexus.publish-plugin (1.1.0)
Add signing plugin (signing now manual; certificate configuration required)
Remove jcenter badge and repo usages
Disable gradle metadata publishing
Remove java version selection: java8 used by default for compilation
Remove animalsniffer usage
Enable mavenLocal as plugin repository by default (in settings.gradle)
Use spock 2.0 (groovy 3)
Remove spring dependency-management plugin in favour of gradle platform
In multi-module project bom module removed: instead platform
is declared in the ROOT project, like maven (BOM published on release as before)
Generated subproject poms does not depend on BOM anymore (direct dependencies put instead)
settings.gradle is modified now on project update
Settings now contains plugin repos declaration and buildscan configuration