Skip to content

Commit

Permalink
Update gradle build to sync with maven central, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rage28 committed Aug 31, 2017
1 parent e8803ab commit 39faaa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ artifacts {
pom {
name 'Log4j2 Slack Appender'
description 'This is a highly customizable appender for Apache SLF4J2 to push the logs to Slack using webhooks'
url 'https://github.com/rage28/log4j2-slack'
licenses {
license {
name 'Apache License, Version 2.0'
Expand Down Expand Up @@ -128,9 +129,9 @@ bintray {
}

mavenCentralSync {
sync = false
user = "$ossrhUsername"
password = "$ossrhPassword"
sync = true
user = "$ossrhUserTokenKey"
password = "$ossrhUserTokenPassword"
close = '1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Properties
projectGroupId = com.github.rage28
projectVersion = 1.0
projectVersion = 1.1

# Java Compiler Properties
javaVersionNumber = 1.8
Expand Down

0 comments on commit 39faaa8

Please sign in to comment.