Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ apply plugin: 'jacoco'

group = 'com.google.maps'
sourceCompatibility = 1.7
version = '0.1.1-SNAPSHOT'

repositories {
mavenCentral()
Expand Down Expand Up @@ -108,6 +107,8 @@ uploadArchives {
}
}

signing {
sign configurations.archives
if (ext.'signing.secretKeyRingFile') {
signing {
sign configurations.archives
}
}
11 changes: 11 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version=0.1.1-SNAPSHOT

# variables required to allow build.gradle to parse,
# override in ~/.gradle/gradle.properties
signing.keyId=
signing.password=
signing.secretKeyRingFile=

sonatypeUsername=
sonatypePassword=