We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4e7ed commit b47ae4eCopy full SHA for b47ae4e
build_docs.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
3
-./gradlew clean core:javadoc
+./gradlew clean core:javadoc --rerun-tasks
docs/index.html
@@ -69,7 +69,7 @@ <h2 id="usage-heading">Usage</h2>
69
}
70
71
dependencies {
72
- implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.13")
+ implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.14")
73
74
</code></pre>
75
<p>When running your project you must add <code>--enable-native-access=ALL-UNNAMED</code> to your JVM runtime arguments. If you
0 commit comments