Skip to content

Commit

Permalink
donkeydunkeydoo
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Jun 10, 2019
1 parent 509ca83 commit 71041f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
plugins {
id 'base'
id 'net.researchgate.release' version '2.6.0'
id 'com.github.breadmoirai.github-release' version '2.2.1'
}

tasks.findByName('release').dependsOn project.getTasksByName('test', true)

githubRelease {
token project.'githubToken'
owner project.'githubOwner'
repo project.'githubRepo'
releaseAssets project('backend').artifacts { it }
}

task wrapper(type: Wrapper) {
gradleVersion = '4.8.1'
}
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ hibernate.version=5.2.11.Final
lucene.version=7.2.1

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

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

0 comments on commit 71041f6

Please sign in to comment.