liceneses without translation or GH action

This commit is contained in:
Anthony Stirling
2024-01-03 23:01:33 +00:00
parent 4b0df4ffd5
commit 0592bac5bf
8 changed files with 994 additions and 3 deletions

View File

@@ -6,8 +6,11 @@ plugins {
id "io.swagger.swaggerhub" version "1.3.2"
id 'edu.sc.seis.launch4j' version '3.0.5'
id 'com.diffplug.spotless' version '6.23.3'
id 'com.github.jk1.dependency-license-report' version '2.5'
}
import com.github.jk1.license.render.*
group = 'stirling.software'
version = '0.18.1'
sourceCompatibility = '17'
@@ -16,6 +19,12 @@ repositories {
mavenCentral()
}
licenseReport {
renderers = [new JsonReportRenderer()]
}
sourceSets {
main {
java {