mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
6
.github/workflows/maven-publish.yml
vendored
6
.github/workflows/maven-publish.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Publish Plugin
|
name: Publish Artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -40,9 +40,11 @@ jobs:
|
|||||||
|
|
||||||
- name: 3 Build with Maven
|
- name: 3 Build with Maven
|
||||||
run: mvn package -P publish --file pom.xml
|
run: mvn package -P publish --file pom.xml
|
||||||
|
- name: 3.1 Show files
|
||||||
|
run: find . -type f -ls
|
||||||
|
|
||||||
- name: 4.1 copy jar files
|
- name: 4.1 copy jar files
|
||||||
run: mkdir staging && cp Client/target/Client-1.0.0-all.jar staging
|
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
|
||||||
|
|
||||||
- name: 5 set up a cache for maven
|
- name: 5 set up a cache for maven
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
<groupId>io.github.jwdeveloper.tiktok</groupId>
|
<groupId>io.github.jwdeveloper.tiktok</groupId>
|
||||||
<artifactId>TikTokLiveJava</artifactId>
|
<artifactId>TikTokLiveJava</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.0</version>
|
<version>0.0.1-Release</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>API</module>
|
<module>API</module>
|
||||||
<module>Client</module>
|
<module>Client</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user