Skip to content

Commit bcab19e

Browse files
dependabot[bot]donbeavekobylynskyi
committed
Bump com.gradle.plugin-publish from 0.13.0 to 0.14.0 in /plugins/gradle/graphql-java-codegen-gradle-plugin (#616)
* Add ability to generate particular types as Java interfaces #606 (#610) * Gradle 6.8.3. * Added typesAsInterfaces config option. * Updated doc. * Basic implementation for generating type as interface. * Tests for generating type as interface. * Code style fixes. * Code style fixes. * Java 1.8 build fixes. * Code style fixes. * Code style fixes. * Attempt to fix compilation. * Code review fixes. * Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613) This reverts commit 994f6fe. * Bump com.gradle.plugin-publish Bumps com.gradle.plugin-publish from 0.13.0 to 0.14.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Alexey Zhokhov <[email protected]> Co-authored-by: Bogdan Kobylynskyi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7b3db0 commit bcab19e

File tree

1 file changed

+1
-1
lines changed
  • plugins/gradle/graphql-java-codegen-gradle-plugin

1 file changed

+1
-1
lines changed

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.plugin-publish" version "0.13.0"
2+
id "com.gradle.plugin-publish" version "0.14.0"
33
id "java-gradle-plugin"
44
}
55

0 commit comments

Comments
 (0)