Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from zeoflow/buildSrc-folder
Browse files Browse the repository at this point in the history
Created `buildSrc` folder
  • Loading branch information
teogor authored Apr 10, 2021
2 parents b712261 + 742c4bf commit fa9a419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions buildSrc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SIGNING KEYS
*.gpg
File renamed without changes.
5 changes: 1 addition & 4 deletions stylar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,4 @@ dependencies {
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
}

apply from: "${rootProject.projectDir}/stylar/maven-push.gradle"
repositories {
mavenCentral()
}
apply from: "${rootProject.projectDir}/buildSrc/upload.gradle"
6 changes: 1 addition & 5 deletions stylar/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ POM_NAME=Stylar
POM_ARTIFACT_ID=stylar
POM_PACKAGING=aar

VERSION_NAME=1.1.0
VERSION_CODE=3
VERSION_NAME=1.2.0
GROUP=com.zeoflow

POM_DESCRIPTION=An Android markdown library - it does not require WebView
Expand All @@ -21,6 +20,3 @@ org.gradle.daemon=true

NEXUS_USERNAME=
NEXUS_PASSWORD=
signing.keyId=
signing.password=
signing.secretKeyRingFile=

0 comments on commit fa9a419

Please sign in to comment.