File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contentgrid-junit-jupiter-k8s/src/main/java/com/contentgrid/junit/jupiter/helm Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments