Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathildeuh committed Jun 1, 2024
1 parent f7589f6 commit d6276fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions alt.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ processResources {

compileJava.options.encoding("UTF-8")

libsDirectory = file("/out")
shadowJar {
archiveClassifier.set('')
relocate 'org.bstats', 'fr.mathildeuh.utils'
Expand Down
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'fr.Mathildeuh'
version = '0'
version = '1.1.3'

repositories {
mavenCentral()
Expand All @@ -21,11 +21,12 @@ repositories {
}

dependencies {
compileOnly "org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT:remapped-mojang"
implementation "org.bstats:bstats-bukkit:3.0.2"
implementation "net.kyori:adventure-text-minimessage:4.17.0"
implementation "net.kyori:adventure-platform-bukkit:4.3.2"
implementation 'org.json:json:20210307'

}

def targetJavaVersion = 17
Expand Down Expand Up @@ -57,6 +58,8 @@ processResources {

compileJava.options.encoding("UTF-8")


libsDirectory = file("E:\\Servers\\1.20.4\\plugins")
shadowJar {
archiveClassifier.set('')
relocate 'org.bstats', 'fr.mathildeuh.utils'
Expand Down

0 comments on commit d6276fe

Please sign in to comment.