Skip to content

Commit 7f3c940

Browse files
xenoterraciderwinch
authored andcommitted
use kotlin and groovy compatible syntax for gradle
1 parent 1ffd955 commit 7f3c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can add Spring Boot Testjars to your project by adding them to your Gradle o
2828
.build.gradle
2929
[source,groovy,subs=attributes+]
3030
----
31-
testImplementation ('org.springframework.experimental.boot:spring-boot-testjars:{TESTJARS_VERSION}')
31+
testImplementation("org.springframework.experimental.boot:spring-boot-testjars:$TESTJARS_VERSION")
3232
----
3333

3434
.pom.xml

0 commit comments

Comments
 (0)