Skip to content

Commit d3b146e

Browse files
committed
Fixed path in gradle build file.
1 parent d48d712 commit d3b146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-path-web-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mainClassName = 'com.jayway.jsonpath.web.boot.Main'
77

88
task createBuildInfoFile {
99
doLast {
10-
def buildInfoFile = new File("$buildDir/classes/main/build-info.properties")
10+
def buildInfoFile = new File("$buildDir/classes/java/main/build-info.properties")
1111
Properties props = new Properties()
1212
props.setProperty('version', project.version.toString())
1313
props.setProperty('timestamp', project.buildTimestamp)

0 commit comments

Comments
 (0)