Skip to content

Commit 132e153

Browse files
committed
adjusted build gradle for username and password
1 parent df4ed50 commit 132e153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ publishing {
163163
url = uri(OPEN_SOURCE_REPO)
164164

165165
credentials {
166-
username = System.getenv("sonatypeUsernameEnv")
167-
password = System.getenv("sonatypePasswordEnv")
166+
username = System.getenv("SONATYPEUSERNAME")
167+
password = System.getenv("SONATYPEPASSWORD")
168168
}
169169
}
170170
}

0 commit comments

Comments
 (0)