Skip to content

Commit

Permalink
Merge pull request #13 from AdevintaSpain/tech-fix-gradle
Browse files Browse the repository at this point in the history
Tech: fix gradle
  • Loading branch information
SmasSive authored Oct 29, 2020
2 parents 0d89ca4 + 62df2ef commit 01e6c53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appboy-segment-integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ dependencies {
androidTestImplementation "org.mockito:mockito-core:2.25.1"
}

// Grabs the first line of the changelog to get the current version. Expects the line to start with Markdown syntax
// (ex: ## major.minor.build)
new File("../public/CHANGELOG.md").withReader { version = it.readLine().substring(3) }
logger.lifecycle("Setting version to last recorded version in CHANGELOG.md: " + version)

task sourcesJar(type: Jar, dependsOn: ":assemble") {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
Expand Down

0 comments on commit 01e6c53

Please sign in to comment.