File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 - name : Download dependencies
4545 run : |
4646 cd spring-data-jdbc-ydb
47- mvn $MAVEN_ARGS dependency:go-offline
47+ mvn $MAVEN_ARGS -Pspring-boot-minimal dependency:go-offline
4848
4949 - name : Build with Maven
5050 run : |
5151 cd spring-data-jdbc-ydb
52- mvn $MAVEN_ARGS package
52+ mvn $MAVEN_ARGS -Pspring-boot-minimal package
5353
5454 publish :
5555 name : Publish Spring Data JDBC YDB Dialect
7979 - name : Publish package
8080 run : |
8181 cd spring-data-jdbc-ydb
82- mvn $MAVEN_ARGS -Possrh-s01 -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
82+ mvn $MAVEN_ARGS -Possrh-s01,spring-boot-minimal -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
8383 env :
8484 MAVEN_USERNAME : ${{ secrets.MAVEN_OSSRH_USERNAME }}
8585 MAVEN_PASSWORD : ${{ secrets.MAVEN_OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 66
77 <groupId >tech.ydb.dialects</groupId >
88 <artifactId >spring-data-jdbc-ydb</artifactId >
9- <version >1.2.1-SNAPSHOT </version >
9+ <version >1.2.0 </version >
1010
1111 <name >Spring Data JDBC YDB Dialect</name >
1212 <description >Support Spring Data JDBC YDB (YQL) Dialect</description >
You can’t perform that action at this time.
0 commit comments