Skip to content

Commit

Permalink
Merge pull request #74 from nickebbutt/master
Browse files Browse the repository at this point in the history
Fix dist name
  • Loading branch information
nickebbutt authored Dec 27, 2023
2 parents dbfa6af + 7086f2a commit 15372a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ dependencies {
}
}

//distributions {
// main{
// baseName = 'chorus'
// }
//}
distributions {
main{
distributionBaseName = 'chorus'
}
}

0 comments on commit 15372a9

Please sign in to comment.