Skip to content

Commit

Permalink
Added future release related comments
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Sep 24, 2024
1 parent 66dcc31 commit d18c560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
//bundledPlugin("PythonCore")

// Plugin dependencies (optional):
//bundledPlugin("com.intellij.modules.json") // TODO: Uncomment when it exists...
//bundledPlugin("com.intellij.modules.json") // TODO: Uncomment when it exists (check at least when requiring 2024.3+)...
bundledPlugin("org.intellij.intelliLang")

// Extra plugin(s); not needed, but maybe useful during development:
Expand Down Expand Up @@ -326,9 +326,6 @@ tasks {
options.compilerArgs.add("-Xlint:unchecked")
options.isDeprecation = true
}
//test {
// systemProperty("idea.force.use.core.classloader", "true")
//}
runIde {
jvmArgs("-XX:+UnlockDiagnosticVMOptions")
}
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<notificationGroup id="avro.idl.updates" key="notification.group.avro.idl.updates"
displayType="BALLOON"/>
<postStartupActivity implementation="opwvhk.intellij.avro_idl.AvroIdlPluginUpdateStartupActivity"/>
<!--
TODO: When requiring 2023.3+, check out https://plugins.jetbrains.com/docs/marketplace/exception-analyzer.html
-->
<errorHandler implementation="opwvhk.intellij.avro_idl.AvroIdlErrorReportSubmitter"/>
<!-- File type & Language -->
<fileType name="AvroIDL" fieldName="INSTANCE" language="AvroIDL" extensions="avdl"
Expand Down

0 comments on commit d18c560

Please sign in to comment.