Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50a81d2

Browse files
committed
link to current gradle docs
1 parent aed2992 commit 50a81d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/new-gradle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
**NOTE** This example assumes Gradle 4 or higher.
66

7-
[Gradle](https://docs.gradle.org/4.5.1/userguide/userguide.html) is a build automation tool in the same space as Maven, Leiningen, and Boot. Gradle is primarily targeted at projects using the JVM, but has plugins for many other languages. (Now including Clojure!)
7+
[Gradle](https://docs.gradle.org/current/userguide/userguide.html) is a build automation tool in the same space as Maven, Leiningen, and Boot. Gradle is primarily targeted at projects using the JVM, but has plugins for many other languages. (Now including Clojure!)
88

99
## Installing Gradle
1010

11-
See [Gradle's installation documentation](https://docs.gradle.org/4.5.1/userguide/installation.html).
11+
See [Gradle's installation documentation](https://docs.gradle.org/current/userguide/installation.html).
1212

1313
## Initializing a project
1414

@@ -33,7 +33,7 @@ plugins {
3333
}
3434
```
3535

36-
Also see [Gradle's Using Plugins](https://docs.gradle.org/4.5.1/userguide/plugins.html).
36+
Also see [Gradle's Using Plugins](https://docs.gradle.org/current/userguide/plugins.html).
3737

3838
## Configuring project information
3939

0 commit comments

Comments
 (0)