Skip to content

Commit

Permalink
cleanup for new grails plugin and pom conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jun 16, 2022
1 parent 3524ed3 commit f45b446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ class JavaPublishPlugin implements Plugin<Project> {
//TODO: all root.appendNode() need to be conditional
root.appendNode("name", projectName);

if (!isAndroidLibrary && root.getAt(new QName("packaging")).isEmpty()) {
root.appendNode("packaging", "jar");
}
// if (!isAndroidLibrary && root.getAt(new QName("packaging")).isEmpty()) {
// root.appendNode("packaging", "jar");
// }

String repoLink = config['project']['repoUrl']
root.appendNode("url", repoLink);
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ publishedVersion=2.6.7
# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl
# when false production publish to repoUrl and ...
# go through release process to automatically bump version and push a v tag to github
snapshot=true
snapshot=false

0 comments on commit f45b446

Please sign in to comment.