File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ publishing {
9191 maven(MavenPublication ) {
9292 // note that properties can't yet be used below!
9393 // https://github.com/gradle/gradle/issues/18619
94- groupId = " com.styra.opa "
95- artifactId = " openapi "
94+ groupId = " com.styra"
95+ artifactId = " opa "
9696 version = " 2.0.3"
9797
9898 from components. java
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ ensure_plugin 'id "nebula.lint".*' 'id "nebula.lint" version "17.8.0"' './build.
8686# com.styra.opa rather than com.styra.opa.openapi.
8787" $SED " ' s#into("META-INF/maven/com.styra.opa/openapi")#into("META-INF/maven/com.styra/opa")#g' < build.gradle | \
8888 " $SED " ' s#group = "com.styra.opa"#group = "com.styra"#g' | \
89- " $SED " " s#groupId = ' com.styra.opa' #groupId = ' com.styra'#g " | \
90- " $SED " " s#artifactId = ' openapi' #artifactId = ' opa'#g " | \
89+ " $SED " ' s#groupId = " com.styra.opa" #groupId = " com.styra"#g ' | \
90+ " $SED " ' s#artifactId = " openapi" #artifactId = " opa"#g ' | \
9191 " $SED " ' s#archiveBaseName = "openapi"#archiveBaseName = "opa"#g' | \
9292 " $SED " ' s#libs/openapi-#libs/opa-#g' > build.gradle.tmp
9393
You can’t perform that action at this time.
0 commit comments