Skip to content

Commit

Permalink
Remove gitonium plugin from subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 22, 2024
1 parent aab64dc commit 54fc99b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/spoofax.compiler.gradle.spoofax2/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("org.metaborg.gradle.config.kotlin-gradle-plugin")
id("org.metaborg.gitonium")
kotlin("jvm")
kotlin("kapt")
id("org.gradle.kotlin.kotlin-dsl") // Same as `kotlin-dsl`, but without version, which is already set in root project.
Expand Down
1 change: 0 additions & 1 deletion core/spoofax.compiler.gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("org.metaborg.gradle.config.kotlin-gradle-plugin")
id("org.metaborg.gitonium")
kotlin("jvm")
kotlin("kapt")
id("org.gradle.kotlin.kotlin-dsl") // Same as `kotlin-dsl`, but without version, which is already set in root project.
Expand Down
1 change: 0 additions & 1 deletion lwb/spoofax.lwb.compiler.gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("org.metaborg.gradle.config.kotlin-gradle-plugin")
id("org.metaborg.gitonium")
kotlin("jvm")
kotlin("kapt")
id("org.gradle.kotlin.kotlin-dsl") // Same as `kotlin-dsl`, but without version, which is already set in root project.
Expand Down

0 comments on commit 54fc99b

Please sign in to comment.