Skip to content

Commit

Permalink
convert the project into a gradle project
Browse files Browse the repository at this point in the history
  • Loading branch information
SibingWu committed Mar 1, 2020
1 parent f7a9430 commit 59e91ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ plugins {
id 'application'
}

group 'seedu.duke'
version '0.1.0'
group 'duke'
version '0.2.0'

repositories {
mavenCentral()
}

application {
// Change this to your main class.
mainClassName = "seedu.duke.Duke"
mainClassName = "duke.Duke"
}

run {
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Mar 01 19:10:03 SGT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

0 comments on commit 59e91ca

Please sign in to comment.