{"id":19510101,"url":"https://github.com/frege/frege-gradle-plugin","last_synced_at":"2025-04-26T03:32:15.488Z","repository":{"id":27336108,"uuid":"30810852","full_name":"Frege/frege-gradle-plugin","owner":"Frege","description":"Gradle plugin for compiling Frege projects","archived":false,"fork":false,"pushed_at":"2021-12-08T10:07:41.000Z","size":18760,"stargazers_count":25,"open_issues_count":22,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-04T07:35:56.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frege.png","metadata":{"files":{"readme":"README.adoc","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":"2015-02-14T22:30:41.000Z","updated_at":"2024-10-07T02:22:47.000Z","dependencies_parsed_at":"2022-08-17T17:40:30.686Z","dependency_job_id":null,"html_url":"https://github.com/Frege/frege-gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-gradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-gradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-gradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-gradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frege","download_url":"https://codeload.github.com/Frege/frege-gradle-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926875,"owners_count":21509052,"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":[],"created_at":"2024-11-10T23:14:33.281Z","updated_at":"2025-04-26T03:32:10.473Z","avatar_url":"https://github.com/Frege.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n= Frege Gradle Plugin\n\nThis is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege).  See the example project (https://github.com/mperry/frege-gradle-example) for examples on the usage of this plugin.\n\nThis plugin is an alternative to using Gradle's JavaEx task to start the Frege tools.\nThose who prefer the latter might want to have a look at (https://github.com/Dierk/HelloFrege)\n\n== Plugin Application\n\nThe gradle plugin portal page for Frege documents how to apply the Frege plugin (https://plugins.gradle.org/plugin/org.frege-lang).\n\nFor applying the plugin in all Gradle versions use:\n```\nbuildscript {\n  repositories {\n    maven {\n      url \"https://plugins.gradle.org/m2/\"\n    }\n  }\n  dependencies {\n    classpath \"gradle.plugin.org.frege-lang:frege-gradle-plugin:0.8\"\n  }\n}\n\napply plugin: \"org.frege-lang\"\n```\n\nTo apply the plugin using the new incubating, plugin mechanism (since Gradle 2.1), add:\n```\nplugins {\n  id \"org.frege-lang\" version \"0.8\"\n}\n```\n\n== Tasks\n\nThis plugin creates the following tasks:\n\n* fregeRepl\n* fregeQuickCheck\n* fregeDoc\n* fregeNativeGen\n* compileFrege\n* compileTestFrege\n\nThe plugin adds dependencies so that using the `build` task is typically all that is required to invoke the `compileFrege` and `compileTestFrege` tasks.  These task dependencies include:\n\n* classes -\u003e compileFrege -\u003e compileJava\n* testClasses -\u003e compileTestFrege -\u003e compileTestJava\n* test -\u003e fregeQuickCheck -\u003e testClasses\n\n== Task Help\n\nTODO: Add options and descriptions for each task above.\n\n== Example\n\nSee:\n\n* Plugin application: https://plugins.gradle.org/plugin/org.frege-lang\n* Plugin usage: https://github.com/mperry/frege-gradle-example\n\n== Continuous Integration\n\nThe Travis CI build of this repository is at https://travis-ci.org/Frege/frege-gradle-plugin.\n\n== Snapshots\n\nSnapshot releases are available from the Sonatype repository at https://oss.sonatype.org/content/groups/public/org/frege-lang.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrege%2Ffrege-gradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrege%2Ffrege-gradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrege%2Ffrege-gradle-plugin/lists"}