File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 28
28
# CI release command defaults to publishSigned
29
29
# Sonatype release command defaults to sonaTypeBundleRelease
30
30
- name : Gradle publish
31
- if : startsWith(github.head_ref, 'release /v')
31
+ if : startsWith(github.head_ref, 'releases /v')
32
32
run : gradle clean publish
33
33
env :
34
34
PGP_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -15,11 +15,18 @@ repositories {
15
15
}
16
16
}
17
17
18
+ configurations {
19
+ provided
20
+
21
+ compileOnly. extendsFrom(provided)
22
+ testImplementation. extendsFrom provided
23
+ }
24
+
18
25
dependencies {
19
26
implementation project(" :feathr-data-models" )
20
27
implementation project(path : ' :feathr-data-models' , configuration : ' dataTemplate' )
21
28
implementation spec. product. avro
22
- implementation spec. product. pegasus. data
29
+ provided spec. product. pegasus. data
23
30
implementation spec. product. typesafe_config
24
31
implementation spec. product. log4j
25
32
implementation spec. product. jsonSchemaVali
Original file line number Diff line number Diff line change 1
- version =v0 .10.3-rc5
1
+ version =0 .10.3-rc6
2
2
SONATYPE_AUTOMATIC_RELEASE =true
3
3
POM_ARTIFACT_ID =feathr_2.12
You can’t perform that action at this time.
0 commit comments