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:
Daniil Ovchinnikov 2020-05-25 15:34:30 +03:00 committed by GitHub
parent bacca1258a
commit ea643f841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.