rp
01/22/2022, 5:58 PMsamurize
01/22/2022, 6:03 PMsamurize
01/22/2022, 6:03 PMrp
01/22/2022, 6:03 PMrp
01/22/2022, 6:04 PMsamurize
01/22/2022, 6:04 PMrp
01/22/2022, 6:04 PMsamurize
01/22/2022, 6:04 PMuser
01/23/2022, 7:41 AMsupertokens-mysql-plugin
for https://github.com/supertokens/supertokens-core/pull/359 but IDEA won't let me commit. It says it can't resolve several symbols and methods in ConnectionPool.java
(eg, zaxxer
) although the required jars are in the build/dependencies
folder, and all tests pass. First, I tried File > Invalidate Caches...
but that did not help. Second, I deleted supertokens-mysql-plugin
and re-ran ./loadModules
. However, IDEA still says it can't resolve these symbols and methods.rp
01/23/2022, 7:42 AMuser
01/23/2022, 7:43 AMrp
01/23/2022, 7:44 AMrp
01/23/2022, 7:44 AMuser
01/23/2022, 7:46 AMrp
01/23/2022, 7:46 AMrp
01/23/2022, 7:46 AMsupertokens-root
and run ./startTestingEnv --wait
. Does it build successfully?user
01/23/2022, 7:46 AMuser
01/23/2022, 7:47 AMrp
01/23/2022, 7:48 AMuser
01/23/2022, 7:48 AMuser
01/23/2022, 7:49 AMuser
01/23/2022, 7:49 AMrp
01/23/2022, 7:49 AMrp
01/23/2022, 7:49 AMrp
01/23/2022, 7:50 AMuser
01/23/2022, 7:50 AMuser
01/23/2022, 8:35 AMlyqht
01/23/2022, 2:54 PMuser
01/24/2022, 5:46 AM./startTestingEnv --wait
running. I tried to debug the core run task, but I got Caused by: java.lang.NoClassDefFoundError: io/supertokens/pluginInterface/exceptions/StorageQueryException
I got further with implementation project(":supertokens-plugin-interface")
instead of compileOnly project(":supertokens-plugin-interface")
on build.gradle:61
, but I don't want to deviate from the standard development flowrp
01/24/2022, 10:00 AM