File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4343 uses : actions/setup-java@v3
4444 with :
4545 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
46+ distribution : ' adopt'
47+ # java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
48+ # architecture: x64 # (x64 or x86) - defaults to x64
4849
4950 - name : Build code samples
5051 run : make build
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <groupId >com.couchbase.client</groupId >
6- <artifactId >docs-examples </artifactId >
6+ <artifactId >docs-example </artifactId >
77 <version >1.0.0</version >
88
99 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments