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

Commit

Permalink
Updating Lab2 for IntellJ.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jan 28, 2018
1 parent 108ff00 commit 15b7a0c
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 547 deletions.
10 changes: 0 additions & 10 deletions .checkstyle

This file was deleted.

7 changes: 0 additions & 7 deletions .classpath

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/test-output/
*.swp
*.swo
/.settings/org.eclipse.buildship.core.prefs
29 changes: 0 additions & 29 deletions .project

This file was deleted.

2 changes: 0 additions & 2 deletions .settings/org.eclipse.buildship.core.prefs

This file was deleted.

413 changes: 0 additions & 413 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

61 changes: 0 additions & 61 deletions .settings/org.eclipse.jdt.ui.prefs

This file was deleted.

4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ dependencies {
}

checkstyle {
toolVersion "8.1"
toolVersion "8.7"
checkstyleTest.enabled = false
configFile = new File(rootDir, "config/checkstyle.xml")
}

// vim: ts=4:sw=4:et:ft=groovy
File renamed without changes.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 2 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sun Sep 03 13:44:20 CDT 2017
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down
17 changes: 0 additions & 17 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
/*
* This settings file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/3.5/userguide/multi_project_builds.html
*/

/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/

rootProject.name = 'Lab2'

0 comments on commit 15b7a0c

Please sign in to comment.