Skip to content

Commit d47ad44

Browse files
committed
Bump version
1 parent 394fd77 commit d47ad44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ plugins {
99
id("com.replaymod.preprocess") version ("d452ef7612")
1010

1111
// https://github.com/GradleUp/shadow
12-
id("com.gradleup.shadow") version ("9.2.2") apply (false)
12+
id("com.gradleup.shadow") version ("9.3.0") apply (false)
1313

1414
// https://github.com/hierynomus/license-gradle-plugin
1515
id("com.github.hierynomus.license") version ("0.16.1") apply (false)
1616

1717
// https://github.com/firstdarkdev/modpublisher
1818
id("com.hypherionmc.modutils.modpublisher") version ("2.1.8") apply (false)
1919

20-
id("maven-publish")
20+
`maven-publish`
2121
idea
2222
}
2323

common.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ plugins {
1010
id("com.replaymod.preprocess") version ("d452ef7612")
1111

1212
// https://github.com/GradleUp/shadow
13-
id("com.gradleup.shadow") version ("9.2.2")
13+
id("com.gradleup.shadow") version ("9.3.0")
1414

1515
// https://github.com/hierynomus/license-gradle-plugin
1616
id("com.github.hierynomus.license") version ("0.16.1")
1717

1818
// https://github.com/firstdarkdev/modpublisher
1919
id("com.hypherionmc.modutils.modpublisher") version ("2.1.8")
2020

21-
id("maven-publish")
21+
`maven-publish`
2222
idea
2323
}
2424

0 commit comments

Comments
 (0)