Add licensing info and new contribution policy

This commit is contained in:
nea
2023-05-25 21:03:08 +02:00
parent 98b8879ba2
commit c9ceb22858
81 changed files with 2220 additions and 19 deletions

View File

@@ -17,15 +17,9 @@ pluginManagement {
name = "jitpack"
url = uri("https://jitpack.io")
}
mavenCentral()
gradlePluginPortal()
}
resolutionStrategy {
eachPlugin {
when (requested.id.id) {
"moe.nea.licenseextractificator" -> useModule("com.github.romangraef:neaslicenseextractificator:${requested.version}")
}
}
}
}
rootProject.name = "Firmament"