Skip to content

Commit

Permalink
test: fix liquibase migration on windows (#99)
Browse files Browse the repository at this point in the history
* test: fix liquibase migration on windows

* chore: updated version to 0.2.1
  • Loading branch information
Dankoy authored Jul 15, 2024
1 parent d53c3b2 commit 0658996
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply plugin: "io.spring.dependency-management"

group = 'ru.dankoy'
version = '0.2.0-SNAPSHOT'
version = '0.2.1-SNAPSHOT'

java {
sourceCompatibility = '21'
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/db/changelog/db.changelog-master.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
databaseChangeLog:
- logicalFilePath: db/changelog/db.changelog-master.yaml
- includeAll:
path: ./changelog-**
path: included
relativeToChangelogFile: true

0 comments on commit 0658996

Please sign in to comment.