matiaslev
01/22/2020, 7:18 PMe: /Users/matias.lev/IdeaProjects/arrow-meta/gradle-plugin/src/main/kotlin/arrow/meta/plugin/gradle/InstallIdeaPlugin.kt: (3, 51): Symbol is declared in module 'java.xml' which does not export package '<http://com.sun.org|com.sun.org>.apache.xerces.internal.parsers'
has Someone an insight of what could be the problem?Rachel
01/23/2020, 9:09 AMorg.apache.xerces.parsers.DOMParser
Does that error disappear?matiaslev
01/23/2020, 12:52 PM./gradlew build or ./gradlew buildMeta
also from the IDE, give the same error. the error points to the import
import <http://com.sun.org|com.sun.org>.apache.xerces.internal.parsers.DOMParser
and to the places when is used.
I am using JDK 1.8. has to be something about my configuration, I think. I don't find the problem so far. I will share what is going on when I find it.Rachel
01/23/2020, 12:55 PMimport org.apache.xerces.parsers.DOMParser
?matiaslev
01/23/2020, 12:59 PMRachel
01/23/2020, 1:00 PMmatiaslev
01/23/2020, 1:04 PMRachel
01/23/2020, 1:05 PM