question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tasks in jarmonica gradle plugin don't work anymore

See original GitHub issue

Describe 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:open
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
KenjiOhtsukacommented, Dec 5, 2020

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

1reaction
KenjiOhtsukacommented, Sep 26, 2020

@Sylux6 Sorry for inconvenience I will research it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found