We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b9c52 commit 8c1a681Copy full SHA for 8c1a681
CHANGELOG.md
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- The plugin is now also available on CreeperHost.
13
14
## [1.3.2] - 2025-09-20
15
16
### Fixed
refinedarchitect-plugin/build.gradle.kts
@@ -47,5 +47,13 @@ publishing {
47
password = System.getenv("GITHUB_TOKEN")
48
}
49
50
+ maven {
51
+ name = "CreeperHost"
52
+ url = project.uri("https://maven.creeperhost.net/release")
53
+ credentials {
54
+ username = System.getenv("CREEPERHOST_MAVEN_USERNAME")
55
+ password = System.getenv("CREEPERHOST_MAVEN_TOKEN")
56
+ }
57
58
59
0 commit comments