Skip to content

Commit 92c8e73

Browse files
committed
shadow plugin
1 parent 1cfd739 commit 92c8e73

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
id("org.lwjgl.plugin") version "0.0.34"
88
id("elect86.magik") version "0.3.2"
99
`maven-publish`
10+
// id("com.github.johnrengelman.shadow") version "8.1.1"
1011
}
1112

1213
dependencies {

core/core.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ plugins {
1010
id("org.lwjgl.plugin")
1111
id("elect86.magik")
1212
`maven-publish`
13-
// id("com.github.johnrengelman.shadow") version "8.1.1"
1413
}
1514

1615
group = rootProject.group

gl/gl.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ plugins {
99
id("org.lwjgl.plugin")
1010
id("elect86.magik")
1111
`maven-publish`
12-
// id("com.github.johnrengelman.shadow") version "8.1.1"
1312
}
1413

1514
group = rootProject.group

0 commit comments

Comments
 (0)