Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intelligent Gradle plugin up-to-date check #748

Merged

Conversation

Slady32
Copy link
Contributor

@Slady32 Slady32 commented Jun 22, 2017

Fixes issue #744 where up-to-date check depends on inputs and outputs collection detecting changes automatically in configured source/target files

testcase:

cd /jsonschema2pojo-gradle-plugin/example/java
./gradlew build (:generatedJsonSchema2Pojo UP-TO-DATE)
change address.json
./gradlew build (:generatedJsonSchema2Pojo will be executed)
./gradlew build (:generatedJsonSchema2Pojo UP-TO-DATE)

@ben-manes
Copy link
Collaborator

lgtm

@joelittlejohn joelittlejohn merged commit d1e0932 into joelittlejohn:master Jun 22, 2017
@Slady32 Slady32 deleted the gradlePlugin_upToDateCheck branch June 23, 2017 08:21
@joelittlejohn joelittlejohn changed the title Gradle plugin up to date check Intelligent Gradle plugin up to date check Jun 28, 2017
@joelittlejohn joelittlejohn added this to the 0.4.38 milestone Jun 28, 2017
@joelittlejohn joelittlejohn changed the title Intelligent Gradle plugin up to date check Intelligent Gradle plugin up-to-date check Jun 28, 2017
@joelittlejohn joelittlejohn modified the milestones: 0.5.0, 0.4.38 Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants