aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle.kts
blob: 8e50da655e9b5bfa1d1b08c51c7eed2207e25c84 (plain) (blame)
1
2
3
4
5
6
7
8
plugins {
	// Workaround for https://github.com/gradle/gradle/issues/22797
	@Suppress("DSL_SCOPE_VIOLATION")
	alias(libs.plugins.versions)
	id("refinery-eclipse")
	id("refinery-frontend-worktree")
	id("refinery-sonarqube")
}