-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pom.xml has no dependencies anymore? #144
Comments
Thanks for reporting the issue! I will check it. |
oshai
added a commit
that referenced
this issue
Sep 15, 2020
* Add release from branch `kotlin-1.3` * Comment out native targets instead of reverting them.
oshai
added a commit
that referenced
this issue
Sep 15, 2020
It turns out this was caused by a bug in gradle related gradle metadata feature. After Upgrading gradle to 6.6.1 this was solved. |
reconman
added a commit
to Fate-Grand-Automata/FGA
that referenced
this issue
Sep 15, 2020
The slf4j-api dependency was missing due to oshai/kotlin-logging#144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In version 1.8.3, the pom.xml still had slf4j-api, and some kotlin libraries as dependencies, but now the pom.xml has 0 dependencies: https://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/1.11.3/kotlin-logging-1.11.3.pom
What happened to cause this? Can you add the slf4j-api dependency again?
The text was updated successfully, but these errors were encountered: