Skip to content

Commit

Permalink
Recurring merge from main (#1172)
Browse files Browse the repository at this point in the history
No conflicts, no API change
  • Loading branch information
szymonsztuka authored Jul 6, 2023
2 parents e397454 + 68b78c8 commit 5ad2ebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/avro-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ plugins {

dependencies {
api "org.apache.avro:avro:$avroVersion"
constraints {
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") {
because "required until new version of Avro available which updates Jackson"
}
}

implementation platform(project(':corda-api'))
implementation project(':base')
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# their own projects. So don't get fancy with syntax!

org.gradle.java.installations.auto-download=false
org.gradle.jvmargs=-Dfile.encoding=UTF-8

# Versioning
cordaProductVersion = 5.1.0-INTEROP
Expand Down Expand Up @@ -31,7 +30,7 @@ artifactoryContextUrl = https://software.r3.com/artifactory

# Gradle
# dokka need more metaspace - https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g
internalPublishVersion = 1.+
dokkaVersion = 1.8.+
detektPluginVersion = 1.22.+
Expand All @@ -49,7 +48,7 @@ bouncycastleVersion = 1.73
grgitPluginVersion = 5.2.0
taskTreePluginVersion = 2.1.1
javaxPersistenceApiVersion = 2.2
jacksonVersion = 2.15.0
jacksonVersion = 2.15.2

# Testing
assertjVersion = 3.24.+
Expand Down

0 comments on commit 5ad2ebf

Please sign in to comment.