File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed
Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- /*
2- * This file was generated by the Gradle 'init' task.
3- */
4-
51plugins {
62 java
73 alias(libs.plugins.lombok)
@@ -38,7 +34,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
3834val details = versionDetails()
3935
4036group = " net.buildtheearth"
41- version = " 0.2.0" + " -" + details.gitHash + " -SNAPSHOT"
37+ version = " 0.2.0" + " -alpha " // + details.gitHash + "-SNAPSHOT"
4238description = " BuildTeamTools"
4339java.sourceCompatibility = JavaVersion .VERSION_21
4440java.targetCompatibility = JavaVersion .VERSION_21
@@ -52,10 +48,6 @@ tasks.withType<Javadoc> {
5248}
5349
5450tasks.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"
Original file line number Diff line number Diff line change 1- /*
2- * This file was generated by the Gradle 'init' task.
3- */
4-
51rootProject.name = " BuildTeamTools"
62
73dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments