This commit is contained in:
Anuken
2021-09-14 09:55:35 -04:00
parent e1ba9f16f6
commit 01c67b77cb
2 changed files with 9 additions and 10 deletions

View File

@@ -17,14 +17,8 @@ buildscript{
//fake repository to download my patched robovm jar from
ivy{
url 'https://github.com/'
patternLayout {
artifact '/[organisation]/[module]/raw/a-single-jar-file/[revision].jar'
}
// This is required in Gradle 6.0+ as metadata file (ivy.xml)
// is mandatory. Docs linked below this code section
metadataSources { artifact() }
patternLayout{ artifact '/[organisation]/[module]/raw/a-single-jar-file/[revision].jar' }
metadataSources{ artifact() }
}
}