File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Publish
22on :
33 push :
44 branches : [main, master]
5+ pull_request :
6+ branches : [main, master]
57jobs :
68 publish :
79 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11plugins {
22 id ' net.researchgate.release' version ' 3.0.0'
3- id ' java'
3+ id ' java-library '
44 id ' maven-publish'
55 id ' signing'
66 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
@@ -30,7 +30,7 @@ dependencies {
3030 compileOnly " org.projectlombok:lombok:$lombokVersion "
3131 annotationProcessor " org.projectlombok:lombok:$lombokVersion "
3232
33- implementation " io.vavr:vavr:$vavrVersion "
33+ api " io.vavr:vavr:$vavrVersion "
3434 implementation " io.vavr:vavr-jackson:0.10.3"
3535 implementation " com.fasterxml.jackson.core:jackson-core:$jacksonVersion "
3636 implementation " com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion "
You can’t perform that action at this time.
0 commit comments