Skip to content

Commit 4b3c19d

Browse files
committed
Add metadata for published docs
1 parent 44c5dda commit 4b3c19d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,20 @@ project('spring-statemachine-samples-common') {
499499
configure(rootProject) {
500500
description = 'Spring State Machine'
501501

502+
pluginManager.withPlugin('com.jfrog.artifactory') {
503+
artifactory {
504+
publish {
505+
defaults {
506+
properties {
507+
archives '*:*:*:*@zip', 'zip.deployed': false, 'zip.name': 'spring-statemachine', 'zip.displayname': 'Spring Statemachine'
508+
archives '*:*:*:docs@zip', 'zip.type': 'docs'
509+
archives '*:*:*:dist@zip', 'zip.type': 'dist'
510+
}
511+
}
512+
}
513+
}
514+
}
515+
502516
dependencies {
503517
// just used to get version into docs
504518
compile "org.springframework:spring-core"

0 commit comments

Comments
 (0)