Skip to content

Commit

Permalink
Comment out validation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 13, 2024
1 parent 61246da commit 4331789
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 4331789

Please sign in to comment.