Tasks in jarmonica gradle plugin don't work anymore
See original GitHub issueDescribe the bug
jarmonicaUp, jarmonicaDown and jarmonicaVersion don’t work anymore
To Reproduce Run task.
The following error is returned:
Exception in thread "main" java.lang.NoSuchMethodError: org.jetbrains.exposed.sql.Transaction.exec(Ljava/lang/String;)Lkotlin/Unit;
at com.improve_future.harmonica.core.Connection.execute(Connection.kt:189)
at com.improve_future.harmonica.core.Connection.<init>(Connection.kt:99)
at com.improve_future.harmonica.task.JarmonicaTaskMain.createConnection(JarmonicaTaskMain.kt:40)
at com.improve_future.harmonica.task.JarmonicaUpMain.main(JarmonicaUpMain.kt:34)
Kotlin 1.4.0 JDK 1.8
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Script task dependency not working anymore with gradle 6.4+
After updating from gradle 6.3 to 6.4 and above script task outputs used as dependency don't seem to work anymore.
Read more >Gradle plugin doesn't work in Intellij IDEA (Calculate task ...
The problem is that the Gradle plugin in Intellij IDEA doesn't work with my project. If I use "Gradle build" in the command...
Read more >Known issues with Android Studio and Android Gradle Plugin
Android Studio doesn't start after installing version 4.2. Studio tries to import previous ... Executing the Gradle check task from the IDE will...
Read more >Publication fails and plugin cannot be published anymore #40
Now I can't publish again the plugin because Gradle reports it alread... ... and 2 stopped Daemons could not be reused, use --status...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@viktorisacenko @Sylux6 I will provide a project code. This, harmonica_test is the test project. I wish it is helpful.
@Sylux6 Sorry for inconvenience I will research it