Skip to content

Commit

Permalink
Fix CI, Prepare for Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheotis committed Sep 25, 2024
1 parent 4d80222 commit abb6237
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: 2.1
jobs:
build-and-test:
docker:
- image: debian:12.4
- image: maven:3.9.9-amazoncorretto-21-debian

- image: cimg/mariadb:11.2.1
- image: mariadb:latest
environment:
MARIADB_ROOT_PASSWORD: password
MARIADB_DATABASE: Stargate
Expand All @@ -31,7 +31,6 @@ jobs:
cd ~/my-projects/stargate/core
apt-get update && apt-get install -y mariadb-client
apt-get install -y git
apt-get install -y maven
- run:
name: Clone Repository
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

#### [Version 1.0.0.18] Stargate-Rewritten

- Fixed a series of problems in Stargate's multiworld support.
- Added support for hot loading and unloading of worlds.
- Mitigated some migration edge cases pertaining to multiple worlds.
- Improved zh-CN translations (courtesy of SnowCutieOwO)
- Fixed some continuous integration pipelines.

#### [Version 1.0.0.17] Stargate-Rewritten

- Fixed several incompatibilities with the MyWorlds plugin.
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

> [!WARNING]
>
> **THIS IS AN DEVELOPMENT BUILD FROM THE NIGHTLY CHANNEL**!
>
> **FOR**: Stargate developers and contributors.<br>
> **ENJOY**: Access to cutting edge features still under active development.<br>
> **EXPECT**: Crashes, unstable test builds, bugs, incomplete integrations, possible data corruption.<br>
>
> **THIS BUILD IS NOT SUITABLE FOR USE ON PRODUCTION SERVERS OF ANY SORT**<Br>
> Use at your own risk, and remember to make backups!
> **THIS IS A TESTING BUILD FROM THE ALPHA CHANNEL!**<br>
>
> **FOR**: Addon developers, early adopters, and adventure seekers.<br>
> **ENJOY**: Acccess to experimental features -- your feedback helps determine what makes it to beta.<br>
> **EXPECT**: Test builds with bugs, incompatible addons, and possible crashes.<br>
>
> **THIS BUILD IS NOT YET SUITABLE FOR USE AT SCALE OR ON MOST PRODUCTION SERVERS**<br>
> **Use at your own risk, remember to make backups, and please report the bugs you will find!**<br>
![Stargate Banner](https://i.imgur.com/7Ji4jrr.png)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.sgrewritten</groupId>
<artifactId>stargate</artifactId>
<version>1.0.0.18-NIGHTLY</version>
<version>1.0.0.18-ALPHA</version>
<name>Stargate</name>
<description>The original, and still the best, transportation plugin for the Bukkit Ecosystem.</description>
<url>https://sgrewritten.org</url>
Expand Down Expand Up @@ -182,7 +182,7 @@
</dependency>
</dependencies>
<build>
<finalName>Stargate-${project.version}-${git.commit.id.abbrev}</finalName>
<finalName>Stargate-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit abb6237

Please sign in to comment.