File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,23 @@ gradlePlugin {
3636 website = " https://github.com/aws/aws-sdk-kotlin"
3737 vcsUrl = " https://github.com/aws/aws-sdk-kotlin.git"
3838 plugins {
39- create(" dynamodb-mapper-schema-generator" ) {
40- id = " aws.sdk.kotlin.hll.dynamodbmapper.schema.generator"
41- displayName = " DynamoDbMapper Schema Generator"
42- description = " Plugin used to generate DynamoDbMapper schemas from user classes"
43- tags = setOf (" kotlin" , " dynamodb" , " aws" )
44- implementationClass = " aws.sdk.kotlin.hll.dynamodbmapper.plugins.SchemaGeneratorPlugin"
45- }
39+ // create("dynamodb-mapper-schema-generator") {
40+ // id = "aws.sdk.kotlin.hll.dynamodbmapper.schema.generator"
41+ // displayName = "DynamoDbMapper Schema Generator"
42+ // description = "Plugin used to generate DynamoDbMapper schemas from user classes"
43+ // tags = setOf("kotlin", "dynamodb", "aws")
44+ // implementationClass = "aws.sdk.kotlin.hll.dynamodbmapper.plugins.SchemaGeneratorPlugin"
45+ // }
4646 }
4747}
4848
49- publishing {
50- publications {
51- create<MavenPublication >(" dynamodb-mapper-schema-generator-plugin" ) {
52- from(components[" java" ])
53- }
54- }
55- }
49+ // publishing {
50+ // publications {
51+ // create<MavenPublication>("dynamodb-mapper-schema-generator-plugin") {
52+ // from(components["java"])
53+ // }
54+ // }
55+ // }
5656
5757/* *
5858 * The `java-gradle-plugin` plugin creates a javadoc jar by default, conflicting with the empty javadoc jar (emptyJar)
You can’t perform that action at this time.
0 commit comments