File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ plugins {
30
30
id(" com.github.johnrengelman.shadow" ) version " 7.1.2" apply false
31
31
32
32
// 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
37
37
38
38
// IDEA plugin
39
39
id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.1.6"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ org.gradle.parallel=true
25
25
org.gradle.jvmargs =-Xmx2G
26
26
27
27
# Project settings
28
- group =dev.koding
28
+ group =dev.koding.catalyst
29
29
30
30
# Fabric
31
31
# https://fabricmc.net/develop/
You can’t perform that action at this time.
0 commit comments