Skip to content

Commit 60bfedd

Browse files
committed
cont
1 parent 260f829 commit 60bfedd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

velocityexchangeverifiers/load-maven-keys.gradle.kts renamed to load-maven-keys.gradle.kts

File renamed without changes.

velocityexchangeverifiers/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ extra["publishArtifactId"] = publishArtifactId
3535
extra["publishVersion"] = publishVersion
3636
extra["effectiveVersion"] = effectiveVersion
3737

38+
apply(from = "../load-maven-keys.gradle.kts")
3839
apply(from = "android-publish.gradle.kts")
3940

4041
// TODO: For future optimization of building only the targets that are needed

velocityexchangeverifiers/jreleaser.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deploy:
3939
javadocJar: true
4040
verifyPom: false
4141
stagingRepositories:
42-
- velocityexchangeverifiers/target/staging-deploy
42+
- target/staging-deploy
4343

4444
release:
4545
github:

0 commit comments

Comments
 (0)