README: add instructions to install jdk 17 and gradle 7.6.2 on Ubuntu 22.02 #1

Open
hsh-timotheuspokorra wants to merge 5 commits from hsh-timotheuspokorra/hs.hsadmin.ng:TP-202307-README-Ubuntu-instructions into master
There is no content yet.
hsh-timotheuspokorra added 1 commit 2023-07-18 11:01:14 +02:00

Da stimmt etwas nicht. Gradle in passender Version sollte via gradle-Wrapper (gradlew bzw. gradlewbat) gezogen werden und JDK 17 sollte über den Gradle-Toolchain-Support. Kann es sein, dass du ein veraltetes global installiertes gradle aufgerufen hast statt ./gradlew?

Da stimmt etwas nicht. Gradle in passender Version sollte via gradle-Wrapper (gradlew bzw. gradlewbat) gezogen werden und JDK 17 sollte über den Gradle-Toolchain-Support. Kann es sein, dass du ein veraltetes global installiertes gradle aufgerufen hast statt ./gradlew?
hsh-timotheuspokorra added 1 commit 2023-07-19 09:44:01 +02:00
796d1a0991 README: use gradlew instead of gradle wrapper
add instructions for starting the postgresql docker container if the
container has been built already

Ja, top! Das gradle wrapper zu ./gradlew hatte ich vergessen anzupassen, als ich den gradle wrapper mit eingecheckt hat. Ist zwar binär und gehört somit eigentlich nicht ins git, aber das ist einfacher und es machen eigentlich fast alle Projekte so und die Dateien sind auch nicht so riesig.

Ja, top! Das `gradle wrapper` zu .`/gradlew` hatte ich vergessen anzupassen, als ich den gradle wrapper mit eingecheckt hat. Ist zwar binär und gehört somit eigentlich nicht ins git, aber das ist einfacher und es machen eigentlich fast alle Projekte so und die Dateien sind auch nicht so riesig.

Der folgende Satz kann nun gelöscht werden:
- Gradle in some not too outdated version (7.4 will be installed via wrapper)

Man braucht ja gar kein gradle mehr vorinstalliert.

Der folgende Satz kann nun gelöscht werden: *- Gradle in some not too outdated version (7.4 will be installed via wrapper)* Man braucht ja gar kein gradle mehr vorinstalliert.
hsh-timotheuspokorra added 1 commit 2023-07-19 14:20:05 +02:00
hsh-timotheuspokorra added 1 commit 2023-09-04 20:25:20 +02:00
hsh-timotheuspokorra added 1 commit 2023-09-04 20:38:19 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b hsh-timotheuspokorra-TP-202307-README-Ubuntu-instructions master
git pull TP-202307-README-Ubuntu-instructions

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff hsh-timotheuspokorra-TP-202307-README-Ubuntu-instructions
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#1
There is no content yet.