Skip to content

Commit 240abbb

Browse files
committed
Version 1.4.1
1 parent 69f1d25 commit 240abbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.gradlex"
7-
version = "1.4"
7+
version = "1.4.1"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.enterprise") version "3.13"
2+
id("com.gradle.enterprise") version "3.13.3"
33
}
44

55
rootProject.name = "extra-java-module-info"

0 commit comments

Comments
 (0)