Skip to content

Commit 0a2d7d8

Browse files
committed
build: 🔖 Finalize 0.2.0-alpha
1 parent a1e4dca commit 0a2d7d8

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,17 @@
3232
<p align="center">
3333
<a href="https://github.com/BuildTheEarth"><img src="https://go.buildtheearth.net/official-shield" alt="BuildTheEarth Github"></a>
3434
<a href="https://www.discord.gg/buildtheearth"><img src="https://img.shields.io/discord/690908396404080650?label=Discord&color=768AD4" alt="BuildTheEarth Discord"></a>
35+
<a href="https://discord.gg/88YxDHeMSf"><img src="https://img.shields.io/discord/706317564904472627?label=Dev Hub Discord&color=768AD4" alt="BuildTheEarth Dev Hib Discord"></a>
3536
</p>
3637
<p align="center">
37-
<a href="https://www.spigotmc.org/resources/buildteamtools.101854/"><img src="https://img.shields.io/spiget/downloads/101854?color=green&label=Downloads" alt="Downloads Count"></a>
38-
<a href="https://www.spigotmc.org/resources/buildteamtools.101854/"><img src="https://img.shields.io/spiget/version/101854?label=Version" alt="Latest Version"></a>
38+
<a href="https://www.spigotmc.org/resources/buildteamtools.101854/"><img src="https://img.shields.io/spiget/downloads/101854?color=green&label=Spigot%20Downloads" alt="Downloads Count"></a>
39+
<a href="https://www.spigotmc.org/resources/buildteamtools.101854/"><img src="https://img.shields.io/github/downloads/BuildTheEarth/BuildTeamTools/total?label=GitHub%20Downloads" alt="GitHub Downloads Count"></a>
40+
<a href="https://www.spigotmc.org/resources/buildteamtools.101854/"><img src="https://img.shields.io/spiget/version/101854?label=Spigot%20Version" alt="Latest Version"></a>
41+
<a href="https://bstats.org/plugin/bukkit/BuildTeamTools/29076"><img alt="bStats Players" src="https://img.shields.io/bstats/players/29076?label=Bstats%20players"></a>
42+
<a href="https://bstats.org/plugin/bukkit/BuildTeamTools/29076"><img alt="bStats Servers" src="https://img.shields.io/bstats/servers/29076"></a>
3943
<img src="https://img.shields.io/github/repo-size/BuildTheEarth/BuildTeamTools" alt="Repo Size">
4044
<a href="https://github.com/BuildTheEarth/BuildTeamTools/actions/workflows/qodana_code_quality.yml"><img src="https://github.com/BuildTheEarth/BuildTeamTools/actions/workflows/qodana_code_quality.yml/badge.svg" alt="Qodana"></a>
4145
</p>
42-
<p align="center">
43-
<img alt="bStats Badges" src="https://img.shields.io/badge/bStats%3A?style=for-the-badge">
44-
<a href="https://bstats.org/plugin/bukkit/BuildTeamTools/29076"><img alt="bStats Players" src="https://img.shields.io/bstats/players/29076"></a>
45-
<a href="https://bstats.org/plugin/bukkit/BuildTeamTools/29076"><img alt="bStats Servers" src="https://img.shields.io/bstats/servers/29076"></a>
46-
</p>
4746

4847
<br>
4948

build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*/
4-
51
plugins {
62
java
73
alias(libs.plugins.lombok)
@@ -38,7 +34,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
3834
val details = versionDetails()
3935

4036
group = "net.buildtheearth"
41-
version = "0.2.0" + "-" + details.gitHash + "-SNAPSHOT"
37+
version = "0.2.0" + "-alpha" //+ details.gitHash + "-SNAPSHOT"
4238
description = "BuildTeamTools"
4339
java.sourceCompatibility = JavaVersion.VERSION_21
4440
java.targetCompatibility = JavaVersion.VERSION_21
@@ -52,10 +48,6 @@ tasks.withType<Javadoc> {
5248
}
5349

5450
tasks.shadowJar {
55-
// Exclude annotation classes (e.g. org.jetbrains.annotations)
56-
exclude("org/jetbrains/annotations/**")
57-
// Exclude slf4j classes
58-
exclude("org/slf4j/**")
5951
archiveClassifier = ""
6052

6153
relocationPrefix = "net.buildtheearth.buildteamtools.shaded"

settings.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*/
4-
51
rootProject.name = "BuildTeamTools"
62

73
dependencyResolutionManagement {

0 commit comments

Comments
 (0)