Skip to content

Commit

Permalink
Publish of Github pages from Gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Dec 5, 2024
1 parent 2caa969 commit 7e7a39f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<h1>Vavr User Guide</h1>
<div class="details">
<span id="author" class="author">Daniel Dietrich, Robert Winkler</span><br>
<span id="revnumber">version {project-version},</span>
<span id="revnumber">version 0.10.5,</span>
<span id="revdate">2024-12-05</span>
</div>
<div id="toc" class="toc2">
Expand Down Expand Up @@ -1151,7 +1151,7 @@ <h3 id="_gradle">2.1. Gradle</h3>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
compile "io.vavr:vavr:{project-version}"
compile "io.vavr:vavr:0.10.5"
}</code></pre>
</div>
</div>
Expand All @@ -1161,7 +1161,7 @@ <h3 id="_gradle">2.1. Gradle</h3>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
implementation "io.vavr:vavr:{project-version}"
implementation "io.vavr:vavr:0.10.5"
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -2551,8 +2551,8 @@ <h2 id="_license">4. License</h2>
</div>
<div id="footer">
<div id="footer-text">
Version {project-version}<br>
Last updated 2024-12-05 20:51:54 +0100
Version 0.10.5<br>
Last updated 2024-12-05 21:05:16 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit 7e7a39f

Please sign in to comment.