Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails on windows #1498

Closed
wants to merge 1 commit into from
Closed

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Jul 5, 2020

Fixes #1497

Signed-off-by: Snjezana Peco [email protected]

Signed-off-by: Snjezana Peco <[email protected]>
@snjeza snjeza requested review from gorkem and fbricon July 5, 2020 23:51
@@ -48,7 +48,7 @@

def versionUrl = new URL("https://services.gradle.org/versions/all")
def versionStr = versionUrl.text;
def versionsFile = new File("${basedir}/gradle/checksums/versions.json")
def versionsFile = new File(project.basedir.absolutePath + "/gradle/checksums/versions.json")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use new File(project.basedir.absolutePath,"gradle/checksums/versions.json")?

fbricon pushed a commit that referenced this pull request Jul 6, 2020
@fbricon
Copy link
Contributor

fbricon commented Jul 6, 2020

Merged as 0315623

@fbricon fbricon closed this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build from command line failure involving "org.codehaus.gmaven:groovy-maven-plugin:2.1.1"
3 participants