Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jun 9, 2023
1 parent 69f1d25 commit 240abbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.gradlex"
version = "1.4"
version = "1.4.1"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.enterprise") version "3.13"
id("com.gradle.enterprise") version "3.13.3"
}

rootProject.name = "extra-java-module-info"
Expand Down

0 comments on commit 240abbb

Please sign in to comment.