-
Notifications
You must be signed in to change notification settings - Fork 75
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
dbm-gorm-diff test.groovy fails with no jansi in java.library.path #987
Comments
FYI: Grails commands like migrate use the gradle classpath and not the classpath of your project. If you add the library to the buildscript using the classpath scope, it should fix this. |
I can seem to get it working with the classpath scope. however i got it working by adding this to my build.gradle
|
@madsj If that is the case, then you likely were missing https://mvnrepository.com/artifact/org.grails/grails-shell/7.0.0-M1 in your |
@madsj Actually, grails-shell is coming from Here is a working
|
Expected Behavior
When I am trying to run
I am getting this output
I am using an Apple M1 Max hence the requirement for arm. I seems as far as i know to be an issue regarding a very old version of jansi.version=1.18 in the GrailsConsole.
Are there any way to apply a workaround?
Actual Behaviour
GrailsConsole works and dbm-gorm-diff runs
Steps To Reproduce
Environment Information
macos 15.1.1 (M1 Max)
openjdk version "17.0.8.1" 2023-08-24
Example Application
No response
Version
6.2.3
The text was updated successfully, but these errors were encountered: