Skip to content

Commit b94622a

Browse files
committed
ライブラリmaven
1 parent 69fab83 commit b94622a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
uses: softprops/action-gh-release@v1
2424
with:
2525
tag_name: release-v${{ github.run_number }}
26-
files: |
27-
target/*.jar
26+
files: target/*.jar

lib/Annotaml.jar

-1.4 MB
Binary file not shown.

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,15 @@
141141
<version>23.0.0</version>
142142
</dependency>
143143
<dependency>
144-
<groupId>com.github.william278</groupId>
144+
<groupId>dev.dejvokep</groupId>
145+
<artifactId>boosted-yaml</artifactId>
146+
<version>1.3</version>
147+
</dependency>
148+
<dependency>
149+
<groupId>net.william278</groupId>
145150
<artifactId>Annotaml</artifactId>
146-
<version>1.0.0</version>
147-
<scope>system</scope>
148-
<systemPath>${project.basedir}/lib/Annotaml.jar</systemPath>
151+
<version>2.0.1</version>
152+
<scope>compile</scope>
149153
</dependency>
150154
</dependencies>
151155
</project>

0 commit comments

Comments
 (0)