-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish to the sdk registry instead of bintray (#103)
* Add configs to publish to SDK registry. * Test
- Loading branch information
Showing
11 changed files
with
126 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,6 @@ | ||
GROUP=com.mapbox.mapboxsdk | ||
|
||
POM_URL=https://github.com/mapbox/mapbox-gestures-android | ||
POM_SCM_URL=https://github.com/mapbox/mapbox-gestures-android | ||
POM_SCM_CONNECTION=scm:[email protected]:mapbox/mapbox-gestures-android.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:mapbox/mapbox-gestures-android.git | ||
|
||
POM_LICENCE_NAME=BSD 2-Clause "Simplified" License | ||
POM_LICENCE_URL=https://raw.githubusercontent.com/mapbox/mapbox-gestures-android/master/LICENSE.md | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=mapbox | ||
POM_DEVELOPER_NAME=Mapbox | ||
|
||
# Project-wide Gradle settings. | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
org.gradle.jvmargs=-Xmx2048M | ||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
|
||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
# Publishing | ||
#NEXUS_USERNAME= | ||
#NEXUS_PASSWORD= | ||
#signing.keyId= | ||
#signing.password= | ||
#signing.secretKeyRingFile= | ||
android.enableJetifier=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.