Skip to content

Commit

Permalink
Merge pull request #16 from noumenalio/develop
Browse files Browse the repository at this point in the history
releaseAssets still not working.
  • Loading branch information
stewartbryson authored Aug 26, 2022
2 parents f212b06 + 74ebf67 commit 3aa99d4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "build-dashboard"
}

subprojects {
allprojects {
group = 'io.noumenal'

repositories {
Expand All @@ -31,24 +31,11 @@ allprojects {
project.version = scmVersion.version
}

configurations {
assets {
canBeConsumed = false
canBeResolved = true
}
}
dependencies {
subprojects {
assets(it)
}
}

githubRelease {
token project.findProperty('githubToken').toString()
owner 'noumenalio'
repo rootProject.name
overwrite true
releaseAssets configurations.assets
generateReleaseNotes true
//dryRun true
}

0 comments on commit 3aa99d4

Please sign in to comment.