File: build.gradle.kts

package info (click to toggle)
testng7 7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,188 kB
  • sloc: java: 95,175; xml: 2,343; javascript: 162; sh: 146; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
plugins {
    `kotlin-dsl`
}

repositories {
    gradlePluginPortal()
}

dependencies {
    implementation("org.sonarqube:org.sonarqube.gradle.plugin:2.8")
    implementation("com.github.autostyle:autostyle-plugin-gradle:3.1")
}