Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit a35dfa5

Browse files
authored
Update Gradle build of example to 1.0.7-SNAPSHOT (#84)
1 parent 2aeffb5 commit a35dfa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-auto-restdocs-example/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot'
1717
apply plugin: 'org.asciidoctor.convert'
1818

1919
group = 'capital.scalable'
20-
version = '1.0.6-SNAPSHOT'
20+
version = '1.0.7-SNAPSHOT'
2121

2222
description = """Spring Auto REST Docs Example Project"""
2323

@@ -33,7 +33,6 @@ configurations {
3333
}
3434

3535
ext {
36-
version = '1.0.5-SNAPSHOT'
3736
snippetsDir = file("$buildDir/generated-snippets")
3837
javadocJsonDir = file("$buildDir/generated-javadoc-json")
3938
}

0 commit comments

Comments
 (0)