-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“se-keller”
committed
Dec 18, 2023
1 parent
44fea30
commit a9b71d6
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
Quotes Language: German | ||
Quotes Language: Englisch | ||
|
||
* Java 11 | ||
* Gradle 8.1 | ||
|
||
## Fallstricke | ||
## Troubleshooting | ||
|
||
* Umlaute machen auf Windows-Systemen manchmal Ärger | ||
* Bei Windows sollte GIT konfiguriert werden, dass CRLFs richtig behandelt werden: git config --global core.autocrlf true | ||
* Umlaut encoding is a problem on different mchines | ||
* With Windows git should be configured so that CRLFs is executed in the right way: git config --global core.autocrlf true | ||
|
||
## Checklisten | ||
## Checklist | ||
|
||
* Projekt auschecken und in Eclipse/IDEA importieren | ||
* in der Konsole `./gradlew` bzw. `gradlew.bat`aufrufen | ||
* in Idea oder Eclipse Unit Tests ausprobieren (Alle sind Grün) | ||
* clone repository | ||
* import project into IDE | ||
* call `./gradlew` or `gradlew.bat` in your console | ||
* run Unit Tests in IDE (All should be green) | ||
|
||
## Build-Server | ||
|
||
* In Github selbst über Github-Workflows | ||
* In github using github-Actions |