Skip to content

Commit

Permalink
chore(pom, workflow): remove executions and toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Sep 5, 2024
1 parent d0319e8 commit fd5586b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: oracle
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand All @@ -41,7 +40,6 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: oracle
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>18.0.2+101</version>
</jdk>
</toolchains>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fd5586b

Please sign in to comment.