Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Aug 25, 2024
1 parent 7ad8b91 commit 7ef58d0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/user-guide/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h1>Java Examples</h1>
<i class="fa icon-caution" title="Caution"></i>
</td>
<td class="content">
All examples are written for <em>and</em> tested for Gradle 8.9.
All examples are written for <em>and</em> tested for Gradle 8.10.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -1090,7 +1090,7 @@ <h2 id="examples.using-xjc-extensions"><a class="anchor" href="#examples.using-x
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/generating-java.html
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ <h3 id="verbose-logs"><a class="anchor" href="#verbose-logs"></a>4.2. Verbose Lo
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/generating-javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ <h2 id="generating-javascript-sources.logging"><a class="anchor" href="#generati
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
11 changes: 7 additions & 4 deletions docs/snapshot/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ <h3 id="getting-started"><a class="anchor" href="#getting-started"></a>1.2. Gett
<p>To get started with the plugin it needs to be applied to your project.</p>
</div>
<div class="paragraph">
<p>The plugin is <a href="https://plugins.gradle.org/plugin/io.mateo.cxf-codegen">published to Gradle&#8217;s plugin portal</a> and can be applied
<p>The plugin is <a href="https://central.sonatype.com">published to Maven Central</a> and can be applied
using the <a href="https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block">plugins DSL</a> block:</p>
</div>
<details open>
Expand Down Expand Up @@ -805,6 +805,9 @@ <h3 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<li>
<p>8.9</p>
</li>
<li>
<p>8.10</p>
</li>
</ul>
</div></div></td>
</tr>
Expand All @@ -824,7 +827,7 @@ <h3 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
All examples are written for <em>and</em> are tested for Gradle 8.9.
All examples are written for <em>and</em> are tested for Gradle 8.10.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -1606,7 +1609,7 @@ <h2 id="java-examples"><a class="anchor" href="#java-examples"></a>5. Java Examp
<i class="fa icon-caution" title="Caution"></i>
</td>
<td class="content">
All examples are written for <em>and</em> tested for Gradle 8.9.
All examples are written for <em>and</em> tested for Gradle 8.10.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -1985,7 +1988,7 @@ <h3 id="examples.using-xjc-extensions"><a class="anchor" href="#examples.using-x
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
9 changes: 6 additions & 3 deletions docs/snapshot/user-guide/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
<p>To get started with the plugin it needs to be applied to your project.</p>
</div>
<div class="paragraph">
<p>The plugin is <a href="https://plugins.gradle.org/plugin/io.mateo.cxf-codegen">published to Gradle&#8217;s plugin portal</a> and can be applied
<p>The plugin is <a href="https://central.sonatype.com">published to Maven Central</a> and can be applied
using the <a href="https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block">plugins DSL</a> block:</p>
</div>
<details open>
Expand Down Expand Up @@ -760,6 +760,9 @@ <h2 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<li>
<p>8.9</p>
</li>
<li>
<p>8.10</p>
</li>
</ul>
</div></div></td>
</tr>
Expand All @@ -779,7 +782,7 @@ <h2 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
All examples are written for <em>and</em> are tested for Gradle 8.9.
All examples are written for <em>and</em> are tested for Gradle 8.10.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand All @@ -799,7 +802,7 @@ <h3 id="support-policy"><a class="anchor" href="#support-policy"></a>3.1. Suppor
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/plugin-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ <h4 id="standard-gradle-dependency-management"><a class="anchor" href="#standard
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-08-21 23:50:11 UTC
Last updated 2024-08-25 16:14:23 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 7ef58d0

Please sign in to comment.