build: more cleanup of things moved to build-logic

develop
Kevin Turner 2022-05-21 13:57:54 -07:00
parent ec8decfad5
commit f780a161e1
1 changed files with 1 additions and 7 deletions

View File

@ -25,9 +25,6 @@ buildscript {
}
dependencies {
// Protobuf plugin
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16'
// Our locally included /build-logic
classpath("org.terasology.gradology:build-logic")
}
@ -46,10 +43,7 @@ plugins {
// For the "Build and run using: Intellij IDEA | Gradle" switch
id "org.jetbrains.gradle.plugin.idea-ext" version "1.0"
// Things applied by terasology-metrics
id("com.github.spotbugs") version "4.8.0" apply false // TODO: upgrade with gradle 7.x
id("org.sonarqube") version "3.3" apply false
id("com.google.protobuf") version "0.8.16" apply false
id("terasology-repositories")
}