mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Include platform (BOM) project when publishing (#7803)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -526,7 +526,8 @@ subprojects {
|
||||
return result
|
||||
}
|
||||
|
||||
if (sourceSetIsPopulated("main") || sourceSetIsPopulated("testSupport")) {
|
||||
|
||||
if (sourceSetIsPopulated("main") || sourceSetIsPopulated("testSupport") || project.name == "platform") {
|
||||
apply plugin: 'com.jfrog.artifactory'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
plugins {
|
||||
id 'java-platform'
|
||||
id 'com.diffplug.spotless'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user