Skip to content

Commit

Permalink
Don't create JPMS for AFS IBM COS because of incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRabauer committed Oct 4, 2023
1 parent 22364ef commit 36b5865
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 deletions.
12 changes: 12 additions & 0 deletions afs/ibm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,16 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
32 changes: 0 additions & 32 deletions afs/ibm/src/main/java/module-info.java

This file was deleted.

0 comments on commit 36b5865

Please sign in to comment.