Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits on Source (2)
fix: Running out of ideas
· 41567069
Griefed
authored
Feb 03, 2022
41567069
RELEASE: 1.0.4
· e8926a90
semantic-release-bot
authored
Feb 03, 2022
e8926a90
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e8926a90
### [1.0.4](https://git.griefed.de/Griefed/VersionChecker/compare/1.0.3...1.0.4) (2022-02-03)
### 🛠 Fixes
*
Running out of ideas (
[
4156706
](
https://git.griefed.de/Griefed/VersionChecker/commit/415670698de6adf5635207314263f47a0ed8adbb
)
)
### [1.0.3](https://git.griefed.de/Griefed/VersionChecker/compare/1.0.2...1.0.3) (2022-02-03)
...
...
build.gradle
View file @
e8926a90
...
...
@@ -177,7 +177,12 @@ publishing {
url
=
"https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
credentials
{
username
=
System
.
getenv
(
"OSSRH_USERNAME"
)
password
=
System
.
getenv
(
"OSSRH_PASSWORD"
)
}
password
=
System
.
getenv
(
"OSSRH_PASSWORD"
)
/*
username = findProperty("sonatypeUsername")
password = findProperty("sonatypePassword")
*/
}
}
}
}
...
...