We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db5e5 commit 9c725a6Copy full SHA for 9c725a6
.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ master ]
+ branches: [ 0.0.15-openjdk8 ]
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.github.ericsson</groupId>
<artifactId>eiffel-commons-java</artifactId>
- <version>0.0.18</version>
+ <version>0.0.15-openjdk8</version>
<name>eiffel commons java</name>
<description>A shared library for eiffel components</description>
0 commit comments