Fix exclusions
This commit is contained in:
parent
0b6db93202
commit
348aa9388b
@ -193,6 +193,7 @@
|
|||||||
<release>8</release>
|
<release>8</release>
|
||||||
<!-- exclude module-info.java from the compilation, as it is unsupported by Java 8 -->
|
<!-- exclude module-info.java from the compilation, as it is unsupported by Java 8 -->
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<exclude>it/tdlight/tdlight/ClientManager.java</exclude>
|
||||||
<exclude>module-info.java</exclude>
|
<exclude>module-info.java</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -193,6 +193,7 @@
|
|||||||
<release>8</release>
|
<release>8</release>
|
||||||
<!-- exclude module-info.java from the compilation, as it is unsupported by Java 8 -->
|
<!-- exclude module-info.java from the compilation, as it is unsupported by Java 8 -->
|
||||||
<excludes>
|
<excludes>
|
||||||
|
<exclude>it/tdlight/tdlib/ClientManager.java</exclude>
|
||||||
<exclude>module-info.java</exclude>
|
<exclude>module-info.java</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user