Skip to content

Commit

Permalink
Merge pull request #11 from agorapulse/chore/bom
Browse files Browse the repository at this point in the history
BOM
  • Loading branch information
musketyr committed Jun 6, 2022
2 parents f13b651 + ce20fe2 commit fcf28d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ projects {
dependencies {
testImplementation group: 'org.spockframework', name: 'spock-core', version: spockVersion
}

project(':micronaut-facebook-bom').dependencies.constraints.api it
}

dir('examples') {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version = 0.3.0-SNAPSHOT
group = com.agorapulse
slug = agorapulse/micronaut-facebook-sdk

kordampPluginVersion=0.45.0
kordampPluginVersion=0.46.0
gitPublishPluginVersion=2.1.3
nexusPluginVersion=1.0.0

Expand Down
Empty file.
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply plugin: 'org.kordamp.gradle.settings'
rootProject.name = 'micronaut-facebook-sdk-root'

projects {
directories = ['libs', 'docs', 'examples']
directories = ['libs', 'docs', 'examples', 'platforms']

plugins {
dir('docs') {
Expand All @@ -48,5 +48,8 @@ projects {
id 'java-library'
id 'groovy'
}
dir('platforms') {
id 'java-platform'
}
}
}

0 comments on commit fcf28d1

Please sign in to comment.