Source tree for PLC!
logo/ PLC logos.
run/ Default working directory for the client.
src/ Source code
.gitignore Git file that ignores files
.gitlab-ci.yml Gitlab CI configuration
README.md This file
build.gradle & settings.gradle Gradle build configuration
gradle.properties.example Template Gradle properties file that goes in ~/.gradle/
gradlew & gradlew.bat Gradle CLI wrapper shell scripts
upload.sh CI uses this shell script to upload versions to the API
gradle/ Gradle wrapper directory
count-line-numbers.py Tool to count the number of lines across the project
- Copy
gradle.properties.exampleto~/.gradle/gradle.propertiesand replaceREPLACE_WITH_YOUR_PERSONAL_ACCESS_TOKENwith a personal access token obtained from GitLab. The token needs to haveread_apipermissions. - Clone this repository
- Import project into IntelliJ IDEA.
- Run the
runClientGradle task