Skip to content

Commit

Permalink
fixed dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtzook committed May 2, 2019
1 parent 4670ceb commit f4633e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ publishing {
dependencyNode.appendNode('groupId', dep.group)
dependencyNode.appendNode('artifactId', dep.name)
dependencyNode.appendNode('version', dep.version)
dependencyNode.appendNode('scope', 'compile')
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP = com.flash3388.flashlib
VERSION = 2.0.0-alpha.3
VERSION = 2.0.0-alpha.4

NEXUS_SNAPSHOT_REPOSITORY_URL = https\://oss.sonatype.org/content/repositories/snapshots
NEXUS_RELEASE_REPOSITORY_URL = https\://oss.sonatype.org/service/local/staging/deploy/maven2
Expand Down

0 comments on commit f4633e6

Please sign in to comment.