Skip to content

Commit

Permalink
build: remove unused plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 26, 2019
1 parent 4facbeb commit b7afc47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ intellij {
version = "IU-2019.2"
downloadSources = true
pluginName = "Conventional Commit"
setPlugins(
"java",
"AngularJS",
"JavaScriptLanguage"
)
setPlugins("java")
}

tasks.getByName<PatchPluginXmlTask>("patchPluginXml") {
Expand Down

0 comments on commit b7afc47

Please sign in to comment.