Skip to content

Commit

Permalink
Fix license file path
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Nov 18, 2024
1 parent d750c74 commit a511370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buttonbox-bridge-midi/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven-publish'

ext.licenseFile = files("$rootDir/LICENSE.txt")
ext.licenseFile = files("$rootDir/LICENSE.md")

def pubVersion = System.getenv("releaseVersion") ?: "test"

Expand Down
2 changes: 1 addition & 1 deletion buttonbox-lib/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven-publish'

ext.licenseFile = files("$rootDir/LICENSE.txt")
ext.licenseFile = files("$rootDir/LICENSE.md")

def pubVersion = System.getenv("releaseVersion") ?: "test"

Expand Down

0 comments on commit a511370

Please sign in to comment.