Skip to content

Commit 70643fe

Browse files
committed
Remove no longer needed check
1 parent 3e61ae7 commit 70643fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("com.gradle.plugin-publish")
88
}
99

10-
version = file("version.txt").useLines { it.first() }.also { check(it == "1.1.0-SNAPSHOT") }
10+
version = file("version.txt").useLines { it.first() }
1111
group = "com.louiscad.complete-kotlin"
1212

1313
gradlePlugin {

0 commit comments

Comments
 (0)