Add license and maven central publish plugin

This commit is contained in:
Oleksandr Balan
2022-08-22 17:03:47 +02:00
parent 5a4a9060f1
commit 7621273c98
4 changed files with 228 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ plugins {
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "io.gitlab.arturbosch.detekt" version "1.21.0"
id "com.diffplug.spotless" version "6.5.1"
id "com.vanniktech.maven.publish" version "0.21.0"
}
configure(subprojects) {