Compare commits
No commits in common. "b0e479f2472d141cf935eaf9e80f7195038c9be6" and "9d3a2a7866aaeb92b721c462591d9a7602d789ff" have entirely different histories.
b0e479f247
...
9d3a2a7866
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.4
|
||||
uses: tj-actions/branch-names@v5.3
|
||||
|
||||
- name: Set tag
|
||||
run: |
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v5.4
|
||||
uses: tj-actions/branch-names@v5.3
|
||||
|
||||
- name: Set tag
|
||||
run: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.7.1'
|
||||
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
|
||||
id 'org.springframework.boot' version '2.6.7'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'java'
|
||||
id 'groovy'
|
||||
id 'org.liquibase.gradle' version '2.1.1'
|
||||
|
Loading…
Reference in New Issue
Block a user