{"id":37230644,"url":"https://github.com/hyperskill/hs-gradle-plugin","last_synced_at":"2026-01-15T03:39:33.288Z","repository":{"id":42392017,"uuid":"416699766","full_name":"hyperskill/hs-gradle-plugin","owner":"hyperskill","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T11:32:58.000Z","size":153,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-12T19:16:42.985Z","etag":null,"topics":["package"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperskill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-13T10:51:35.000Z","updated_at":"2026-01-12T11:32:27.000Z","dependencies_parsed_at":"2025-06-11T14:29:58.009Z","dependency_job_id":"5c375cc8-9ccb-4cc2-bdc6-44503183a21a","html_url":"https://github.com/hyperskill/hs-gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/hyperskill/hs-gradle-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fhs-gradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fhs-gradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fhs-gradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fhs-gradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperskill","download_url":"https://codeload.github.com/hyperskill/hs-gradle-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fhs-gradle-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["package"],"created_at":"2026-01-15T03:39:32.737Z","updated_at":"2026-01-15T03:39:33.277Z","avatar_url":"https://github.com/hyperskill.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hs-gradle-plugin\n\nIt is a gradle plugin to manage versions for Hyperskill projects\n\n## Usage\n\nTo use the plugin, include in your build script:\n\n```gradle\nbuildscript {\n    repositories {\n        maven { url 'https://packages.jetbrains.team/maven/p/hyperskill-hs-test/maven' }\n        maven { url 'https://jitpack.io' }\n    }\n    \n    dependencies {\n        classpath \"com.github.hyperskill:hs-gradle-plugin:release-SNAPSHOT\"\n    }\n    \n    configurations.all {\n        resolutionStrategy.cacheChangingModulesFor 0, 'seconds'\n    }\n}\n\napply plugin: 'hyperskill'\n```\n\n## Versions\n\nThe plugin contains the following versions structure:\n\n```gradle\nhs {\n    java {\n        version = \"17\"\n    }\n\n    kotlin {\n        version = \"2.0.0\"\n        javaVersion = \"17\"\n    }\n    \n    gradle {\n        version = \"8.5\"\n    }\n    \n    spring {\n        bootVersion = \"3.2.0\"\n        dependencyManagementVersion = \"1.1.3\"\n    }\n    \n    ktor {\n        version = \"2.3.1\"\n    }\n\n    android {\n        androidGradleVersion = \"8.7.2\"\n        gradleVersion = \"8.9\"\n        kotlinGradleVersion = \"1.9.22\"\n        kotlinVersion = \"1.8.20\"\n    \n        robolectricVersion = \"4.14\"\n    \n        compileSdkVersion = 35\n        minSdkVersion = 21\n        targetSdkVersion = 34\n        \n        lib {\n            junit = \"4.13.2\"\n            appCompat = \"1.7.0\"\n            coreKtx = \"1.15.0\"\n            constraintLayout = \"2.0.4\"\n            material = \"1.11.0\"\n        }\n    }\n}\n```\n\n## Accessing and overriding version\n\nTo acces a version variable from the plugin you should use `hs` object:\n\n```\nhs.gradle.version\nhs.java.version\nhs.android.minSdkVersion\n```\n\nTo override version you can assign needed version to the variables before using them:\n\n```\nhs.java.version = \"17\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskill%2Fhs-gradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperskill%2Fhs-gradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskill%2Fhs-gradle-plugin/lists"}