@@ -16,6 +16,7 @@ plugins {
1616 id ' signing'
1717 id(" java" )
1818 id(" checkstyle" )
19+ id " nebula.lint" version " 17.8.0"
1920}
2021
2122compileJava. options. encoding = " UTF-8"
@@ -28,8 +29,8 @@ repositories {
2829}
2930
3031java {
31- sourceCompatibility = JavaVersion . VERSION_17
32- targetCompatibility = JavaVersion . VERSION_17
32+ sourceCompatibility = JavaVersion . VERSION_11
33+ targetCompatibility = JavaVersion . VERSION_11
3334 withSourcesJar()
3435 withJavadocJar()
3536}
@@ -46,7 +47,7 @@ group = "${groupId}"
4647jar {
4748 dependsOn(" :generatePomFileForMavenPublication" )
4849
49- into(" META-INF/maven/com.styra.opa/openapi " ) {
50+ into(" META-INF/maven/com.styra/opa " ) {
5051 from(" $buildDir /pom.xml" )
5152 }
5253}
@@ -92,7 +93,7 @@ publishing {
9293 // https://github.com/gradle/gradle/issues/18619
9394 groupId = " com.styra.opa"
9495 artifactId = " openapi"
95- version = " 2.0.1 "
96+ version = " 2.0.2 "
9697
9798 from components. java
9899
@@ -145,7 +146,6 @@ dependencies {
145146 testImplementation ' org.testcontainers:junit-jupiter:1.20.1'
146147 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
147148 api ' com.fasterxml.jackson.core:jackson-core:2.17.0'
148- implementation ' org.apache.httpcomponents:httpcore:4.4.16'
149149 api ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
150150 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
151151 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2'
0 commit comments