We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffd955 commit 7f3c940Copy full SHA for 7f3c940
README.adoc
@@ -28,7 +28,7 @@ You can add Spring Boot Testjars to your project by adding them to your Gradle o
28
.build.gradle
29
[source,groovy,subs=attributes+]
30
----
31
-testImplementation ('org.springframework.experimental.boot:spring-boot-testjars:{TESTJARS_VERSION}')
+testImplementation("org.springframework.experimental.boot:spring-boot-testjars:$TESTJARS_VERSION")
32
33
34
.pom.xml
0 commit comments