mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2020.md: groovy.util.AntBuilder removed (#296)
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
This commit is contained in:
parent
bacca1258a
commit
ea643f841a
@ -80,6 +80,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
`com.intellij.compiler.backwardRefs.LanguageCompilerRefAdapter.INSTANCES` field removed
|
||||
: This field leaked instances of plugin's extensions on plugin unloading. Use `com.intellij.compiler.backwardRefs.LanguageCompilerRefAdapter#EP_NAME.getExtensionList()` directly instead.
|
||||
|
||||
`groovy.util.AntBuilder` class removed
|
||||
: Add `org.codehaus.groovy:groovy-ant` dependency.
|
||||
|
||||
`groovy.util.GroovyTestCase` class removed
|
||||
: Add `org.codehaus.groovy:groovy-test` dependency.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user