Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup build #115

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ subprojects { Project subproject ->

apply plugin: "io.micronaut.build.common"
apply plugin: "io.micronaut.build.dependency-updates"

if (subproject.parent.name == "docs-examples" || subproject.name == "docs-examples") {
return
}

apply plugin: "io.micronaut.build.publishing"


dependencies {
testImplementation("org.spockframework:spock-core") {
exclude module:'groovy-all'
Expand Down
24 changes: 10 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
projectVersion=3.0.0.BUILD-SNAPSHOT
lettuceVersion=5.3.4.RELEASE
micronautBuildVersion=1.1.5
micronautDocsVersion=1.0.24
micrometerVersion=1.5.1
validationVersion=2.0.1.Final
micronautVersion=2.0.0
micronautTestVersion=2.0.0
micronautBuildVersion=1.1.5
groovyVersion=3.0.4
spockVersion=2.0-M3-groovy-3.0

lettuceVersion=5.3.4.RELEASE
micrometerVersion=1.5.1
validationVersion=2.0.1.Final

title=Micronaut Redis
projectDesc=Integration between Micronaut and Redis
projectUrl=http://micronaut.io
githubSlug=micronaut-projects/micronaut-redis
developers=Graeme Rocher

githubBranch=master
# Micronaut core branch for BOM pull requests
githubCoreBranch=master

bomProperty=micronautRedisVersion
# If needed, set additional properties
bomProperties=lettuceVersion
spockVersion=2.0-M3-groovy-3.0
developers=Graeme Rocher
# Needed for documentation generation. Needs to be Grails 3.2.x not 3.3.x
grailsVersion=3.3.8
hibernateapi=http://docs.jboss.org/hibernate/orm/current/javadocs
jdkapi=https://docs.oracle.com/javase/8/docs/api
jeeapi=https://docs.oracle.com/javaee/6/api

testsredis=redis-lettuce/src/test/groovy/io/micronaut/configuration/lettuce