Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Reimporting for new IntelliJ.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Sep 9, 2018
1 parent 5f1db26 commit b9320bd
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 127 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
.idea/tasks.xml
.idea/.name
.idea/modules/test-output/
.idea/libraries/
/node_modules/
16 changes: 0 additions & 16 deletions .idea/checkstyle-idea.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/gradle.xml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/modules/Lab2.iml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/modules/Lab2_main.iml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/modules/Lab2_test.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
/*
* For more details take a look at the Java Quickstart chapter in the Gradle
* user guide available at https://docs.gradle.org/4.0.2/userguide/tutorial_java_projects.html
*/

apply plugin: 'java'
apply plugin: 'checkstyle'

repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven {
url 'https://jitpack.io'
}
}

dependencies {
compile 'com.github.cs125-illinois:mazemaker:0.3'
}

checkstyle {
toolVersion "8.7"
toolVersion "8.12"
checkstyleTest.enabled = false
configFile = new File(rootDir, "config/checkstyle.xml")
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit b9320bd

Please sign in to comment.