Skip to content

Commit

Permalink
fix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
arendd committed Mar 23, 2020
1 parent e6e663a commit c4e3245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ release {
//skip the task to tag this relsase because it is done by the githubRelease task
createReleaseTag.enabled = false

//project.tasks.afterReleaseBuild.dependsOn project.collect({it.getTasks().getByName("githubRelease")})
project.tasks.afterReleaseBuild.dependsOn project.collect({it.getTasks().getByName("uploadArchives")})

githubRelease {
Expand All @@ -226,4 +227,4 @@ githubRelease {
apiEndpoint "https://api.github.com"
}

signArchives.finalizedBy('githubRelease')
afterReleaseBuild.finalizedBy('githubRelease')
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=de.ipk-gatersleben
version=0.0.3-SNAPSHOT
version=0.0.4-SNAPSHOT
projectname=isa4J
projectdescription=Fast and Scalable Java Library for Writing ISA-Tab Files
projecturl=https://github.com/IPK-BIT/isa4J

0 comments on commit c4e3245

Please sign in to comment.