Skip to content

Commit

Permalink
changing jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiovirginio committed Oct 29, 2023
1 parent 40bb13f commit 8b5a737
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
with:
distribution: 'temurin'
java-version: 11
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven
run: mvn -B package --file pom.xml
14 changes: 8 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,19 @@
</repositories>

<distributionManagement>
<!-- <repository>-->
<!-- <id>internal.repo</id>-->
<!-- <name>Temporary Staging Repository</name>-->
<!-- <url>file://${project.build.directory}/mvn-repo</url>-->
<!-- </repository>-->
<repository>
<id>internal.repo</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
<!-- <repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/arieslab/jnose-core</url>
</repository>
</repository> -->
</distributionManagement>




</project>

0 comments on commit 8b5a737

Please sign in to comment.