Skip to content

Commit 48e39d5

Browse files
committed
Fix wrong url in publishing
1 parent 542c219 commit 48e39d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/publish-module.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ afterEvaluate {
2020
pom {
2121
name = resolvedArtifactId
2222
description = hasProperty('PUBLISH_DESCRIPTION') ? PUBLISH_DESCRIPTION : 'OpenAPI Spec Validation'
23-
url = 'https://github.com/getyourguide/openapi-validation'
23+
url = 'https://github.com/getyourguide/openapi-validation-java'
2424
licenses {
2525
license {
2626
name = 'Apache License 2.0'

0 commit comments

Comments
 (0)