Skip to content

Commit

Permalink
next development
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Aug 12, 2024
1 parent 8fdbaa5 commit 69ffcb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
import io.papermc.paperweight.userdev.ReobfArtifactConfiguration

plugins {
id 'java'
id("io.papermc.paperweight.userdev") version "1.7.1"
id 'io.github.goooler.shadow' version '8.1.7'
}

group = 'me.hsgamer'
version = '1.6.0'
version = '1.7.0-SNAPSHOT'
description = 'A (temporary) world manager for Folia'

repositories {
mavenCentral()
maven {
name = "folia-inquistors-repo"
url = "https://github.com/Folia-Inquisitors/FoliaDevBundle/raw/gh-pages/"
}
maven {
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
Expand All @@ -20,10 +22,10 @@ repositories {
name = "sonatype"
url = "https://oss.sonatype.org/content/groups/public/"
}
}

paperweight {
reobfArtifactConfiguration.set(ReobfArtifactConfiguration.getMOJANG_PRODUCTION())
maven {
name = "jitpack"
url = "https://jitpack.io"
}
}

dependencies {
Expand Down Expand Up @@ -56,6 +58,11 @@ shadowJar {
relocate("me.hsgamer.hscore", "me.hsgamer.morefoworld.core")
relocate("io.github.projectunified.minelib", "me.hsgamer.morefoworld.minelib")
minimize()
manifest {
attributes(
'paperweight-mappings-namespace': 'mojang'
)
}
}

def targetJavaVersion = 21
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.6
1.21.1

0 comments on commit 69ffcb8

Please sign in to comment.