Skip to content

Commit

Permalink
Merge branch '2i'
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Jun 25, 2023
2 parents 4fcc68f + 7e60fb2 commit 2272572
Show file tree
Hide file tree
Showing 6 changed files with 615 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .classpath
Expand Up @@ -9,6 +9,7 @@
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
Expand Down Expand Up @@ -36,6 +37,13 @@
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
# fi
- name: Kreo de ${{ env.IMAGE_NAME }}
run: |
./bin/eldono.sh kreo
./sbin/eldono kreo
# - name: Testoj de ${{ env.IMAGE_NAME }}
# run: |
Expand Down
4 changes: 2 additions & 2 deletions .project
Expand Up @@ -22,12 +22,12 @@
</natures>
<filteredResources>
<filter>
<id>1637168336039</id>
<id>1664708994587</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down

0 comments on commit 2272572

Please sign in to comment.