Adam
Adam
I've had a very quick look at this, and when I remove the exception, nothing seems to break. https://github.com/pwall567/json-kotlin-schema/blob/1eebbb741e169de197b729a22932dffa8686920e/src/main/kotlin/net/pwall/json/schema/parser/Parser.kt#L172-L178 ```kotlin uri?.let { val fragmentURI = uri.resolve(pointer.toURIFragment()) schemaCache[fragmentURI]?.let { return it...
I think this is caused by RunPluginVerifierTask downloading the IDE files into a input property https://github.com/JetBrains/gradle-intellij-plugin/blob/7f0c94e042a8a8408a85f5708a1956ac53349a76/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt#L138-L140 I think it should be resolved by extracting the 'download IDE files' functionality out...
I created a prototype solution #1144, where the download task and plugin-verifier task are separated. I did a _very_ quick test, and this seemed to work for one test. There...
I think it would be best to consistently the `repositories {}` block in `build.gradle.kts` or `settings.gradle.kts`, rather than adding the repos in the plugin code, ad-hoc. That way it will...
thanks @Maksim20023 - I uploaded the data: ``` Upload id: 2023_08_30_8dez9rbkqqYv3nx27t7cjF (file: idea-logs-20230830-10240610095648456711175503.zip) ``` I'm not able to invalidate all caches because I don't have time - IntelliJ would take...
hi @Maksim20023, I've uploaded the log file again ``` Upload id: 2023_08_31_Ee6kiH4sBQQCdEKo7AiSiX (file: idea-logs-20230831-17365712261283660449026686.zip) ```
> @aSemy I'm grateful to you for the logs. However, to investigate the cause of the problem, it's also important for us to obtain a snapshot, so please send it...
> So, as a general troubleshooting step, please try to perform [Invalidate caches](https://www.jetbrains.com/help/idea/invalidate-caches.html) with the checked "Clear file system cache and Local History" option. > If you have additional custom...
Thanks, yes `@get:OutputDirectory` works. I would appreciate it if the docs and error message was more clear.
> Indeed, the error should be improved. And the `@OutputFile` Javadoc? It makes no reference to the requirement that it can only be used on a DirectoryProperty.