{"id":21726975,"url":"https://github.com/wttech/gradle-htl-plugin","last_synced_at":"2026-04-24T11:36:31.364Z","repository":{"id":51687989,"uuid":"170843601","full_name":"wttech/gradle-htl-plugin","owner":"wttech","description":"Validates HTL templates (HTML Template Language)  supported by AEM (Adobe Experience Manager)","archived":false,"fork":false,"pushed_at":"2021-05-10T18:19:02.000Z","size":266,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-29T01:22:03.390Z","etag":null,"topics":["aem","gradle-aem-plugin","htl","sling"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wttech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-15T10:05:25.000Z","updated_at":"2021-01-27T14:28:38.000Z","dependencies_parsed_at":"2022-08-23T00:20:44.262Z","dependency_job_id":null,"html_url":"https://github.com/wttech/gradle-htl-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wttech/gradle-htl-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wttech%2Fgradle-htl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wttech%2Fgradle-htl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wttech%2Fgradle-htl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wttech%2Fgradle-htl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wttech","download_url":"https://codeload.github.com/wttech/gradle-htl-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wttech%2Fgradle-htl-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261469600,"owners_count":23163135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aem","gradle-aem-plugin","htl","sling"],"created_at":"2024-11-26T03:42:57.111Z","updated_at":"2026-04-24T11:36:26.323Z","avatar_url":"https://github.com/wttech.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![WTT logo](docs/wtt-logo.png)\n\n[![Gradle Status](https://gradleupdate.appspot.com/Cognifide/gradle-htl-plugin/status.svg?random=123)](https://gradleupdate.appspot.com/Cognifide/gradle-htl-plugin/status)\n[![Apache License, Version 2.0, January 2004](docs/apache-license-badge.svg)](http://www.apache.org/licenses/)\n![Travis Build](https://travis-ci.org/Cognifide/gradle-htl-plugin.svg?branch=master)\n\n# Gradle HTL Plugin\n\nGradle equivalent to [Apache Sling HTL Maven Plugin](https://github.com/apache/sling-htl-maven-plugin).\n\n# Compatibility\n\nTested with Gradle 6.0.0 and above.\n\n# Setup\n\nPlugin is released in Gradle Plugin Portal. See notes from [there](https://plugins.gradle.org/plugin/com.cognifide.htl).\n\n## Usage\n\nSimply run the task `gradlew htlValidate`.\n\n# Configuration\n\nSample configuration (shown values are plugin defaults):\n\n```kotlin\nhtl {\n    sourceDir(\"src/main/content/jcr_root\")\n    sourceFilter {\n        include(\"**/*.html\", \"**/*.htl\")\n        exclude(\"**/some-subdir/*\")\n    }\n}\n\ntasks {\n    htlValidate {\n        /*\n        failOnWarnings() // or via property: htl.validator.failOnWarnings=true\n        printIssues() // or via property: htl.validator.printIssues=true\n        enabled = false // or via property: htl.validator.enabled=false\n        */\n    }\n}\n```\n\n# Licence\n\n**Gradle HTL Plugin** is licensed under the [Apache License, Version 2.0 (the \"License\")](https://www.apache.org/licenses/LICENSE-2.0.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwttech%2Fgradle-htl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwttech%2Fgradle-htl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwttech%2Fgradle-htl-plugin/lists"}