Skip to content

Commit 5d60618

Browse files
Merge pull request #42 from xenit-eu/fix-javadoc
Fix javadoc so it is valid
2 parents 2b89408 + 291259c commit 5d60618

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 17
1818
cache: gradle
1919
- name: Test
20-
run: ./gradlew check --info
20+
run: ./gradlew check javadoc --info
2121

2222
publish:
2323
needs:

contentgrid-junit-jupiter-k8s/src/main/java/com/contentgrid/junit/jupiter/helm/HelmChartHandle.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ private HelmChartHandleBuilder chart(ParsedChartLocation parsedChartLocation) {
511511
* <p>
512512
* Supported locations are:
513513
* <ul>
514-
* <li><code>file:</code></li> for resolving the chart relative to the current working directory
515-
* <li><code>classpath:</code></li> for resolving the chart from the classpath.
514+
* <li><code>file:</code> for resolving the chart relative to the current working directory
515+
* <li><code>classpath:</code> for resolving the chart from the classpath.
516516
* Optionally, use {@link #resourceLoaderClass(Class)} or {@link #resourceClassLoader(ClassLoader)} to configure how the classpath should be resolved.
517517
* If none is set, the context classloader for the current thread is used
518-
* <li><code>oci://</code></li> for using OCI charts
518+
* <li><code>oci://</code> for using OCI charts
519519
* </ul>
520520
*
521521
*/

0 commit comments

Comments
 (0)