We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f39728 commit 81b9e02Copy full SHA for 81b9e02
2 files changed
.github/workflows/build.yml
@@ -43,8 +43,9 @@ jobs:
43
uses: actions/setup-java@v3
44
with:
45
java-version: ${{ env.JAVA_VERSION }} # The JDK version to make available on the path.
46
- java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
47
- architecture: x64 # (x64 or x86) - defaults to x64
+ distribution: 'adopt'
+# java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
48
+# architecture: x64 # (x64 or x86) - defaults to x64
49
50
- name: Build code samples
51
run: make build
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<groupId>com.couchbase.client</groupId>
6
- <artifactId>docs-examples</artifactId>
+ <artifactId>docs-example</artifactId>
7
<version>1.0.0</version>
8
9
<dependencyManagement>
0 commit comments