Skip to content

Commit

Permalink
Merge pull request #372 from jdaugherty/7.0.x
Browse files Browse the repository at this point in the history
Comment out validation for now
  • Loading branch information
jdaugherty authored Dec 13, 2024
2 parents 97c801c + 4331789 commit bc3e7cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ Note: if project properties are used, the properties must be defined prior to ap
}

if (!mavenPublishUrl) {
throw new RuntimeException('Could not locate a project property of `mavenPublishUrl` or an environment variable of `MAVEN_PUBLISH_URL`. A URL is required for maven publishing.')
// TODO: Need to only apply this when trying to publish
// throw new RuntimeException('Could not locate a project property of `mavenPublishUrl` or an environment variable of `MAVEN_PUBLISH_URL`. A URL is required for maven publishing.')
}

url = mavenPublishUrl
Expand Down

0 comments on commit bc3e7cf

Please sign in to comment.