Sha256: ee3a66516dd36da6df6949df54546b9ba18fdb982f7446184b9a3fb570f52920
Contents?: true
Size: 976 Bytes
Versions: 2
Compression:
Stored size: 976 Bytes
Contents
buildscript { ext.kotlin_version = '1.2.31' repositories { jcenter() maven { url 'http://kamatama41.github.com/maven-repository/repository' } } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.github.kamatama41:gradle-embulk-plugin:0.2.0" classpath "net.researchgate:gradle-release:2.6.0" } } apply plugin: "kotlin" apply plugin: "com.github.kamatama41.embulk" apply plugin: "net.researchgate.release" embulk { version = "0.8.18" category = "input" name = "datastore" authors = ["syucream"] email = "syucream1031@gmail.com" homepage = "https://github.com/syucream/embulk-input-datastore" // for debug configYaml = "examples/datastore2stdout.yaml" } dependencies { // To refer KClass::class.java compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" compile 'com.google.cloud:google-cloud-datastore:1.27.0' }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-datastore-0.0.4 | build.gradle |
embulk-input-datastore-0.0.3 | build.gradle |