Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 29, 2023
1 parent c4d2962 commit e4acce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export JAVA_HOME=$JAVA_HOME_17_X64
env
chmod +x ./gradlew
./gradlew :lib:widget:publish
./gradlew :lib:widget:publish --info
continue-on-error: true
- name: Upload
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SONATYPE_CLOSE_TIMEOUT_SECONDS=9000

GROUP=io.github.dango-dx
POM_ARTIFACT_ID=lib_base
VERSION_NAME=0.0.5
VERSION_NAME=0.0.7

POM_NAME=UselessDango
POM_DESCRIPTION=A description of what my library does.
Expand Down

0 comments on commit e4acce2

Please sign in to comment.