Skip to content

Commit

Permalink
Added description to allow (SNAPSHOT) releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Heise committed Feb 26, 2019
1 parent e74a07c commit c8b94cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generic-avro-reflect/build.gradle

This file was deleted.

10 changes: 10 additions & 0 deletions generic-avro-reflect/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description = "Generates an Avro scehma from any Java object at runtime"

dependencies {
api(group = "org.apache.avro", name = "avro", version = "1.8.2")

implementation(group = "org.objenesis", name = "objenesis", version = "3.0.1")
implementation(group = "org.mdkt.compiler", name = "InMemoryJavaCompiler", version = "1.3.0")

implementation(group = "com.google.guava", name = "guava", version = "27.0.1-jre")
}

0 comments on commit c8b94cf

Please sign in to comment.