We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f0d86 commit bf9e73aCopy full SHA for bf9e73a
build.gradle
@@ -75,6 +75,7 @@ bintray {
75
user = System.getenv('BINTRAY_USER')
76
key = System.getenv('BINTRAY_KEY')
77
publications = ['MyPublication']
78
+ publish = true
79
pkg {
80
repo = 'maven'
81
name = project.name
@@ -87,10 +88,6 @@ bintray {
87
88
}
89
90
dependencies {
- // The production code uses the SLF4J logging API at compile time
91
- compile 'org.slf4j:slf4j-api:1.7.18'
92
- compile 'org.slf4j:slf4j-simple:1.7.18'
93
-
94
// Useful utilities
95
compile 'com.google.guava:guava:19.0'
96
gradle.properties
@@ -1 +1 @@
1
-version = 0.4.0-SNAPSHOT
+version = 0.3.1
0 commit comments