Skip to content

Commit

Permalink
put back release target, commented out due to intelij idea problems
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwrightian committed Nov 5, 2023
1 parent 1254f9f commit ca43f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ distributions {
}
}

//task release(type:Exec, dependsOn: distZip) {
// executable goPath+'/bin/ghr'
// args '-t', githubToken, '-u', gitUser, '-r', gitProject, '-c', gitSha, '-delete', version, './build/distributions'
//}
task release(type:Exec, dependsOn: distZip) {
executable goPath+'/bin/ghr'
args '-t', githubToken, '-u', gitUser, '-r', gitProject, '-c', gitSha, '-delete', version, './build/distributions'
}

task copyDependencies(type: Copy) {
from configurations.default
Expand Down

0 comments on commit ca43f22

Please sign in to comment.