Skip to content

Default diffSource #131

@SurpSG

Description

@SurpSG

To minimize the plugin configuration it would be nice to set diff source:

  • DiffSource type: jgit
  • provide reading gradle parameter ./gradlew -PdiffBase=develop
  • diffBase: (computed using git)
private fun ObjectFactory.stringProperty(propertyName: String): Property<String> {
    return property(String::class.javaObjectType)
        .convention(
            project.provider {
                project.properties[propertyName].toString()
            }
        )
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions