You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Following the principle of *convention over configuration* this Gradle plugin provides default configurations for various plugins of a Gradle JVM project so that you do not need to copy boilerplate code throughout your projects.
4
4
5
-
#### Compiled using JAVA 17 with 1.8 as target and Gradle 7.5
5
+
#### Compiled using JAVA 17 with 1.8 as target and Gradle 7.5.1
6
6
7
7
[![Release][release-image]][release-url]
8
8
@@ -35,7 +35,7 @@
35
35
### Using the plugins DSL
36
36
```groovy
37
37
plugins {
38
-
id "io.github.gregoranders.project-configuration" version "0.0.8"
38
+
id "io.github.gregoranders.project-configuration" version "0.0.7"
pluginDescription=Following the principle of convention over configuration this Gradle plugin provides default configurations for various plugins of a Gradle JVM project so that you do not need to copy boilerplate code throughout your projects.
0 commit comments