-
Notifications
You must be signed in to change notification settings - Fork 5
Publish to Maven Central #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
build.gradle
Outdated
@@ -10,7 +10,7 @@ plugins { | |||
} | |||
|
|||
group 'io.tiledb' | |||
version '0.2.8-SNAPSHOT' | |||
version '0.2.8-test4-SNAPSHOT' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix
build.gradle
Outdated
@@ -158,6 +153,7 @@ artifacts { | |||
import org.gradle.plugins.signing.Sign | |||
gradle.taskGraph.whenReady { taskGraph -> | |||
if (taskGraph.allTasks.any { it instanceof Sign }) { | |||
println System.getenv('GPG_KEY_ID') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
b634567
to
b6fac15
Compare
b6fac15
to
736173a
Compare
|
||
- bash: | | ||
echo "USERNAME" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
- bash: | | ||
echo "USERNAME" | ||
echo $SONATYPE_USERNAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two more comments, then lgtm
No description provided.