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

Feat/tinkering princess ai [wip] #5569

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
7 changes: 7 additions & 0 deletions MekHQ/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ plugins {
id 'org.ec4j.editorconfig' version '0.1.0'
}

repositories {
mavenCentral()
maven { url "https://www.jetbrains.com/intellij-repository/releases" }
maven { url "https://jetbrains.bintray.com/intellij-third-party-dependencies" }
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -69,6 +75,7 @@ ext {
}

dependencies {
implementation 'com.jetbrains.intellij.java:java-gui-forms-rt:243.22562.242'
implementation "org.megamek:megamek${mmBranchTag}:${version}"
implementation ("org.megamek:megameklab${mmlBranchTag}:${version}") {
// We may want to specify different branches for MM and MML, so we need to exclude the transitive MM dependency
Expand Down
Loading