Skip to content

Commit

Permalink
Fix nexus publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Apr 15, 2021
1 parent 6b9755e commit a86138c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ plugins {
id("com.github.ben-manes.versions") version "0.38.0"
}

allprojects {
version = '0.13.2'
group = 'org.radarbase'
}

subprojects {
// Apply the plugins
apply plugin: 'java'
Expand All @@ -29,9 +34,6 @@ subprojects {
//---------------------------------------------------------------------------//
// Configuration //
//---------------------------------------------------------------------------//

version = '0.13.2'
group = 'org.radarbase'
ext.githubRepoName = 'RADAR-base/radar-commons'

ext.slf4jVersion = '1.7.30'
Expand Down
1 change: 0 additions & 1 deletion radar-commons-unsafe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
compileOnly group: 'io.confluent', name: 'kafka-avro-serializer', version: confluentVersion
compileOnly group: 'org.apache.kafka', name: 'kafka-clients', version: kafkaVersion
compileOnly group: 'org.apache.kafka', name: 'kafka_2.12', version: kafkaVersion

}

apply from: '../gradle/publishing.gradle'

0 comments on commit a86138c

Please sign in to comment.