Skip to content

Commit

Permalink
#1097 gradle off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 1, 2021
1 parent 64ce6cd commit c32afb9
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 271 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -47,7 +47,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<module>qulice-pmd</module>
<module>qulice-spi</module>
<module>qulice-spotbugs</module>
<module>qulice-gradle-plugin</module>
</modules>
<description>Quality control library, integrating together other static analysis and validation tools and instruments.</description>
<url>http://www.qulice.com</url>
Expand Down Expand Up @@ -186,7 +185,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<exclude name="qulice-ant/**"/>
<exclude name="qulice-checkstyle/**"/>
<exclude name="qulice-findbugs/**"/>
<exclude name="qulice-gradle-plugin/**"/>
<exclude name="qulice-maven-plugin/**"/>
<exclude name="qulice-pmd/**"/>
<exclude name="qulice-spi/**"/>
Expand Down
27 changes: 0 additions & 27 deletions qulice-gradle-plugin/LICENSE.txt

This file was deleted.

31 changes: 0 additions & 31 deletions qulice-gradle-plugin/build.gradle

This file was deleted.

121 changes: 0 additions & 121 deletions qulice-gradle-plugin/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion years.sh
@@ -1,6 +1,6 @@
#!/bin/sh

if (grep -L -r 2011-`date +%Y` --exclude-dir ".git" --exclude ".*" --exclude-dir "est" --exclude "*.yml" --exclude "*.md" --exclude-dir "target" --exclude-dir "it" . | egrep -v "(qulice-pmd/src/test/resources|qulice-checkstyle/src/test/resources|src/site/resources/CNAME|qulice-gradle-plugin/src/main/resources/META-INF/gradle-plugins/qulice-plugin.properties|years.sh)"); then
if (grep -L -r 2011-`date +%Y` --exclude-dir ".git" --exclude ".*" --exclude-dir "est" --exclude "*.yml" --exclude "*.md" --exclude-dir "target" --exclude-dir "it" . | egrep -v "(qulice-pmd/src/test/resources|qulice-checkstyle/src/test/resources|src/site/resources/CNAME|years.sh)"); then
echo "Files above have wrong years in copyrights"
exit 1
fi
Expand Down

0 comments on commit c32afb9

Please sign in to comment.