Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.42 KB

CS106A Programming Methodology

How to run

CLI

$ ./gradlew :Assignment1-CollectNewspaperKarel:run

or

$ cd Assignment1-CollectNewspaperKarel
$ ../gradlew run

Eclipse

Gradle: The Eclipse Plugin

$ ./gradlew eclipse

The Eclipse plugins generate files that are used by the Eclipse IDE, thus making it possible to import the project into Eclipse (File - Import - General - Existing Projects into Workspace).

Eclipse Gradle Integration

Install plugin: Help -> Eclipse Marketplace -> Find: Gradle -> Buildship Gradle Integration File -> Import -> Gradle -> Existing Gradle Project -> Project's root dir

IntelliJ IDEA

Gradle: The IDEA Plugin

$ ./gradlew idea

The IDEA plugin generates files that are used by IntelliJ IDEA, thus making it possible to open the project from IDEA (File - Open Project)

IntelliJ IDEA Gradle

https://www.jetbrains.com/help/idea/gradle.html