File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ afterEvaluate {
6363 dependsOn(tasks.named(" javadocJar" ))
6464 }
6565
66- tasks.named(" publishDynamodb-mapper-schema-generatorPluginMarkerMavenPublicationToMavenLocal" ) {
67- dependsOn(tasks.named(" javadocJar" ))
68- }
66+ // tasks.named("publishDynamodb-mapper-schema-generatorPluginMarkerMavenPublicationToMavenLocal") {
67+ // dependsOn(tasks.named("javadocJar"))
68+ // }
6969
70- tasks.findByName(" signDynamodb-mapper-schema-generatorPluginMarkerMavenPublication" )
71- ?.dependsOn(tasks.named(" javadocJar" ))
70+ // tasks.findByName("signDynamodb-mapper-schema-generatorPluginMarkerMavenPublication")
71+ // ?.dependsOn(tasks.named("javadocJar"))
7272
7373 tasks.named(" emptyJar" ) {
7474 enabled = false
@@ -207,7 +207,7 @@ tasks.withType<Test> {
207207 dependsOn(" :hll:dynamodb-mapper:dynamodb-mapper-annotations:publishToMavenLocal" )
208208 dependsOn(" :hll:dynamodb-mapper:dynamodb-mapper-codegen:publishToMavenLocal" )
209209 dependsOn(" :hll:dynamodb-mapper:dynamodb-mapper-schema-codegen:publishToMavenLocal" )
210- dependsOn(" :hll:dynamodb-mapper:dynamodb-mapper-schema-generator-plugin:publishToMavenLocal" )
210+ // dependsOn(":hll:dynamodb-mapper:dynamodb-mapper-schema-generator-plugin:publishToMavenLocal")
211211 dependsOn(" :hll:dynamodb-mapper:dynamodb-mapper:publishToMavenLocal" )
212212 dependsOn(" :hll:hll-codegen:publishToMavenLocal" )
213213 dependsOn(" :hll:hll-mapping-core:publishToMavenLocal" )
You can’t perform that action at this time.
0 commit comments