Skip to content

Commit 5a5297c

Browse files
committed
fix(paper): publish reobf jar
1 parent 243ef7c commit 5a5297c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ plugins {
3030
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
3131

3232
// Custom gradle plugin
33-
id("gg.hubblemc.defaults") version "2.1.1"
34-
id("gg.hubblemc.linting") version "2.1.1"
35-
id("gg.hubblemc.paper") version "2.1.1" apply false
36-
id("gg.hubblemc.velocity") version "2.1.1" apply false
33+
id("gg.hubblemc.defaults") version "2.1.2"
34+
id("gg.hubblemc.linting") version "2.1.2"
35+
id("gg.hubblemc.paper") version "2.1.2" apply false
36+
id("gg.hubblemc.velocity") version "2.1.2" apply false
3737

3838
// IDEA plugin
3939
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.6"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ org.gradle.parallel=true
2525
org.gradle.jvmargs=-Xmx2G
2626

2727
# Project settings
28-
group=dev.koding
28+
group=dev.koding.catalyst
2929

3030
# Fabric
3131
# https://fabricmc.net/develop/

0 commit comments

Comments
 (0)