Extract checkLibVersions task to gradle plugin

This commit is contained in:
AsamK 2021-01-23 17:59:50 +01:00
parent c72aeed8bb
commit 4eaec83594
4 changed files with 57 additions and 33 deletions

View file

@ -1,5 +1,6 @@
plugins {
`java-library`
`check-lib-versions`
}
java {