Skip to content

Commit 21ca09b

Browse files
committed
fix: try fixing publish
1 parent c096db7 commit 21ca09b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ allprojects {
5353
username = System.getenv("MAVEN_REPO_USERNAME") ?: ""
5454
password = System.getenv("MAVEN_REPO_PASSWORD") ?: ""
5555
}
56+
authentication {
57+
create<BasicAuthentication>("basic")
58+
}
5659
}
5760
}
5861
}

0 commit comments

Comments
 (0)