trustin / sphinx-gradle-plugin

Sphinx site generation plugin for Gradle
https://trustin.github.io/sphinx-gradle-plugin/
Apache License 2.0
18 stars 7 forks source link

Add relative path sensitivity to input directory #13

Closed firthl closed 4 years ago

firthl commented 4 years ago

Related to: https://github.com/trustin/sphinx-gradle-plugin/issues/12

firthl commented 4 years ago

I wanted to update the tests to catch the directory change scenario, i.e:

https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/TaskState.html#getUpToDate--

I couldn't see an obvious way of getting a clean cache from the project builder before doing the first run - and without that step we won't know whether the second run is taken from a previous attempt at running the tests.

trustin commented 4 years ago

Just published 2.6.1. Please let me know if the problem is gone. :bowing_man:

firthl commented 4 years ago

That was quick - thanks. :)