Skip to content

Commit

Permalink
missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 17, 2024
1 parent 7895bdb commit acbd20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ subprojects {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/truzzt/mds-ap3")
version = "0.1.0
version = "0.1.0"
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
Expand Down

0 comments on commit acbd20f

Please sign in to comment.