Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jj! committed Jun 10, 2019
1 parent b6bd711 commit 6574397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'base'
id 'net.researchgate.release' version '2.6.0'
id 'com.github.breadmoirai.github-release' version '2.2.1'
id 'com.github.breadmoirai.github-release' version '2.2.9'
}

tasks.findByName('release').dependsOn project.getTasksByName('test', true)
Expand All @@ -10,9 +10,12 @@ githubRelease {
token project.'githubToken'
owner project.'githubOwner'
repo project.'githubRepo'
releaseAssets project('backend').artifacts { it }
releaseAssets project('backend').getTasksByName('bootWar', false).outputs, project('backend').getTasksByName('bootJar', false).outputs
overwrite true
}

afterReleaseBuild.dependsOn githubRelease

task wrapper(type: Wrapper) {
gradleVersion = '4.8.1'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ lucene.version=7.2.1

org.gradle.jvmargs=-Xmx4g -XX:-UseGCOverheadLimit

githubToken= // set in personal global
githubToken= # set in personal global
githubOwner=scalding
githubRepo=shib-idp-up

0 comments on commit 6574397

Please sign in to comment.