tycho daba编译报错 Access restriction: The type XYZ is not API

Posted demonrain

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tycho daba编译报错 Access restriction: The type XYZ is not API相关的知识,希望对你有一定的参考价值。

解决办法:

在pom.xml中加入以下配置

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-compiler-plugin</artifactId>
    <version>${tycho.version}</version>
    <configuration>
        <compilerArgument>
                      -warn:+discouraged,forbidden
                </compilerArgument>
    </configuration>
</plugin>

 

以上是关于tycho daba编译报错 Access restriction: The type XYZ is not API的主要内容,如果未能解决你的问题,请参考以下文章

spring编译报错:Cannot access defaults field of Properties

spring编译报错:Cannot access defaults field of Properties

不可解析的构建扩展:插件org.eclipse.tycho:tycho-maven

如何在非 Tycho 项目中使用 pomless tycho 工件

Tycho build 3: 创建一个全局构建项目

android的getResources()报错