Skip to content
Snippets Groups Projects
Commit c0684bb2 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

change path

parent c874b8d7
No related branches found
No related tags found
1 merge request!266Report Version
......@@ -41,8 +41,7 @@ java {
jar {
doFirst {
def versionPath = "/resources/main/version.json"
def versionFile = new File(project.buildDir.toString() + versionPath)
def versionFile = new File("${projectDir}/src/main/resources/version.json")
def details = versionDetails()
def versionInfo = [
branchName: details.branchName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment