mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-23 04:28:55 -04:00
maven: add netty epoll on non-unix, fixes windows build
This commit is contained in:
parent
04ce96c1df
commit
360c70639d
16
pom.xml
16
pom.xml
@ -256,6 +256,22 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>not-generic-linux</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>!unix</family>
|
||||
</os>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-transport-native-epoll</artifactId>
|
||||
<version>${netty.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user