Skip to content

Commit 2d85c49

Browse files
committed
Bump nmcp to 1.3.0
1 parent 7873556 commit 2d85c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("maven-publish")
66
id("signing")
77
id("com.diffplug.spotless").version("8.0.0")
8-
id("com.gradleup.nmcp").version("1.2.1")
8+
id("com.gradleup.nmcp").version("1.3.0")
99
}
1010

1111
group = "io.github.malczuuu.problem4j"
@@ -114,6 +114,7 @@ spotless {
114114
forbidWildcardImports()
115115

116116
googleJavaFormat("1.28.0")
117+
endWithNewline()
117118
lineEndings = LineEnding.UNIX
118119
}
119120

0 commit comments

Comments
 (0)