gurkenlabs / litiengine

LITIENGINE 🕹 The pure 2D java game engine.
https://litiengine.com/
MIT License
718 stars 94 forks source link

Exception occurred applying plugin request "de.gurkenlabs.semverguru" #818

Closed jianh73 closed 1 month ago

jianh73 commented 3 months ago

Describe the bug When I try to build 0.8.0, I got error message "An exception occurred applying plugin request [id: 'de.gurkenlabs.semverguru', version: '1.3']

Stack Trace Build file '/Users/jian/Documents/projects/litiengineprojects/litiengine/build.gradle' line: 1

An exception occurred applying plugin request [id: 'de.gurkenlabs.semverguru', version: '1.3']

Failed to apply plugin 'de.gurkenlabs.semverguru'. repository not found: /Users/jian/Documents/projects/litiengineprojects/litiengine

To Reproduce I am using IntelliJ CE 2030.3.6 on Mac Gradle 8.5 java 21.0.2

Thanks for any suggestion!

Your System: I am using IntelliJ CE 2030.3.6 on Mac Gradle 8.5 java 21.0.2

github-actions[bot] commented 3 months ago

Thank you for your reporting your first LITIENGINE issue! We are looking forward to your further contributions.

iamllcoolray commented 3 months ago

This issue was resolved a while back (I think) and de.gurkenlabs.semverguru should be at version 1.4. The workaround I found was downloading the project from the parent repo and pushing that to your forked repo. This should resolve all of your issues.

jianh73 commented 3 months ago

@iamllcoolray Thank you for your quick response. I am not sure I understand the term of "parent repo". I am using command "git clone https://github.com/gurkenlabs/litiengine.git" to clone the repo.

nightm4re94 commented 3 months ago

Since your clone is using Gradle 8.5 and SemVerGuru 1.3, you have not checked out the most recent revision of LITIENGINE (which is at Gradle 8.7 and SemVerGuru 1.4).

iamllcoolray commented 3 months ago

@jianh73 oh what I meant about parent/child repo:

Similar Issue

796

Possible Solution

Try downloading the zip itself. I think that's what I did a while back and it worked (this was back in December or January). but it should also work when you fork the repository as well.

litiengine-download-zip

See Also

SermVerGuru