Skip to content

Commit ab65be7

Browse files
committed
Don't deploy kotlinx-coroutines-site module
1 parent 2a63892 commit ab65be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
<skip>true</skip>
106106
</configuration>
107107
</plugin>
108+
<plugin>
109+
<artifactId>maven-deploy-plugin</artifactId>
110+
<configuration>
111+
<skip>true</skip>
112+
</configuration>
113+
</plugin>
108114
</plugins>
109115
</build>
110116
</project>

0 commit comments

Comments
 (0)