Skip to content
Snippets Groups Projects
Commit 7ecbeb11 authored by Will Billingsley's avatar Will Billingsley
Browse files

Fixups to get initially running on turing

parent 67d13842
No related branches found
No related tags found
No related merge requests found
buildscript {
repositories {
maven { url 'https://hopper.une.edu.au/artifactory/libs-release/' }
mavenCentral()
}
}
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.9'
......@@ -11,7 +18,9 @@ javafx {
group 'org.example'
version '1.0-SNAPSHOT'
repositories {
maven { url 'https://hopper.une.edu.au/artifactory/libs-release/' }
mavenCentral()
}
......@@ -26,4 +35,7 @@ test {
application {
mainClass = 'dotsandboxes.Main'
}
\ No newline at end of file
}
// fix for reflectexception
modularity.disableEffectiveArgumentsAdjustment()
\ No newline at end of file
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://turing.une.edu.au/~cosc220/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
gradlew 100644 → 100755
File mode changed from 100644 to 100755
gradlew.bat 100644 → 100755
File mode changed from 100644 to 100755
pluginManagement {
repositories {
maven { url "https://hopper.une.edu.au/artifactory/gradle-plugins/" }
gradlePluginPortal()
}
}
rootProject.name = 'dotsAndBoxes'
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