Skip to content

Commit e4e31ef

Browse files
changed build.gradle.kts
1 parent 343b6ed commit e4e31ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
plugins {
5-
id("application")
6-
id("checkstyle")
7-
id("jacoco")
5+
application
6+
checkstyle
7+
jacoco
88
id("org.sonarqube") version "6.2.0.5505"
99
id("io.freefair.lombok") version "8.13.1"
1010
id("org.springframework.boot") version "3.5.3"

0 commit comments

Comments
 (0)