We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542c219 commit 48e39d5Copy full SHA for 48e39d5
gradle/publish-module.gradle
@@ -20,7 +20,7 @@ afterEvaluate {
20
pom {
21
name = resolvedArtifactId
22
description = hasProperty('PUBLISH_DESCRIPTION') ? PUBLISH_DESCRIPTION : 'OpenAPI Spec Validation'
23
- url = 'https://github.com/getyourguide/openapi-validation'
+ url = 'https://github.com/getyourguide/openapi-validation-java'
24
licenses {
25
license {
26
name = 'Apache License 2.0'
0 commit comments