Skip to content

Commit

Permalink
add the snapshot repo
Browse files Browse the repository at this point in the history
add the pull-request workflow
  • Loading branch information
evanchooly committed Dec 22, 2023
1 parent 71b55c8 commit fb00fcc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull Requests

on:
pull_request:
paths-ignore:
- '.github/**'

jobs:
Build:
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
java: 17
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
<slf4j.version>2.0.7</slf4j.version>
</properties>

<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>


<build>
<plugins>
<plugin>
Expand Down

0 comments on commit fb00fcc

Please sign in to comment.