Skip to content

Commit 6b2b7a8

Browse files
Remove unnecessary plugins from settings.gradle.kts
Removed several plugin declarations from pluginManagement.
1 parent d079e79 commit 6b2b7a8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

settings.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ pluginManagement {
44
repositories {
55
gradlePluginPortal()
66
}
7-
plugins {
8-
id("com.github.johnrengelman.shadow") version "8.1.1"
9-
id("net.kyori.indra") version "4.0.0"
10-
id("net.kyori.indra.git") version "4.0.0"
11-
id("net.kyori.indra.publishing") version "4.0.0"
12-
id("net.kyori.blossom") version "2.2.0"
13-
}
147
}
158

169
plugins {

0 commit comments

Comments
 (0)