Skip to content

Commit

Permalink
THE GRADLE BEAST IS SLAYED ⚔️ 🐉
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 29, 2018
1 parent 1f5b0c0 commit 65d547c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

repositories {
Expand All @@ -46,9 +49,10 @@ dependencies {

publish {
userOrg = 'ionic-team'
repoName = 'capacitor'
groupId = 'ionic-team'
artifactId = 'capacitor-android'
publishVersion = '0.0.18'
publishVersion = System.getenv("BINTRAY_PKG_VERSION")
desc = 'Capacitor Android Runtime'
website = 'https://github.com/ionic-team/capacitor'
}
Expand Down
3 changes: 3 additions & 0 deletions scripts/android.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd android

./gradlew clean build -b capacitor/build.gradle bintrayUpload -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_KEY -PdryRun=false

0 comments on commit 65d547c

Please sign in to comment.