Skip to content

Commit 8c1a681

Browse files
committed
build: also push the plugin to creeperhost
1 parent f1b9c52 commit 8c1a681

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- The plugin is now also available on CreeperHost.
13+
1014
## [1.3.2] - 2025-09-20
1115

1216
### Fixed

refinedarchitect-plugin/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,13 @@ publishing {
4747
password = System.getenv("GITHUB_TOKEN")
4848
}
4949
}
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+
}
5058
}
5159
}

0 commit comments

Comments
 (0)