{"id":20239347,"url":"https://github.com/edvin/fxldemo-gradle","last_synced_at":"2025-06-26T02:05:13.274Z","repository":{"id":90980542,"uuid":"51750145","full_name":"edvin/fxldemo-gradle","owner":"edvin","description":"FXLauncher demo for Gradle","archived":false,"fork":false,"pushed_at":"2019-04-10T15:00:15.000Z","size":70,"stargazers_count":21,"open_issues_count":4,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-24T22:14:17.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/edvin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2016-02-15T11:08:12.000Z","updated_at":"2024-08-15T06:05:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ab537db-6e02-4962-989d-bed50fb0cf3d","html_url":"https://github.com/edvin/fxldemo-gradle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edvin/fxldemo-gradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edvin","download_url":"https://codeload.github.com/edvin/fxldemo-gradle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo-gradle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261984645,"owners_count":23240303,"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-14T08:38:34.287Z","updated_at":"2025-06-26T02:05:13.257Z","avatar_url":"https://github.com/edvin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradle QuickStart Demo Application for FXLauncher\n\nThis example showcases how to configure [FXLauncher](https://github.com/edvin/fxlauncher) in your\nGradle based application to provide automatic updates optionally in combination with native installers.\n\nPlease see [build.gradle](/build.gradle) for more information.\n\n**Note**: Even though FXLauncher has a Gradle plugin, there is nothing Gradle specific about it, and these operations should be easy to perform in any build system.\n\tThere is also a [Maven version](https://github.com/edvin/fxldemo) of this project.\n\n## Operations\n\nThe Gradle plugin supports the following tasks:\n\n- **copyAppDependencies**: Assembles the application into `build/fxlauncher`\n- **generateApplicationManifest**: Generates app.xml into `build/fxlauncher`\n- **embedApplicationManifest**: Copies app.xml into `fxlauncher.jar`\n- **deployApp**: Transfers application to `deployTarget` via scp\n- **generateNativeInstaller**: Generates native installer\n\nNormally you would only perform `deployApp` to update your application, as all the previous\ntasks are dependencies on this one. To test your app locally in `build/fxlauncher` you\nonly need to run the `embedApplicationManifest` task.\n\n### Configuration\n\nSee [build.gradle](/build.gradle) for configuration options.\n\n### Prebuilt installers\n\nSee http://fxldemo.tornado.no for a prebuilt version of this application, including native installers\nfor Windows, MacOSX and Linux.\n\n### Deploy to Amazon S3\n\nThe built in `deployApp` task will only deploy using scp. If you want to deploy to Amazon S3, you can include this task in your build. Make sure\nyou run the `embedApplicationManifest` first.\n\n```groovy\ntask deployS3(type: Exec) {\n    // You need to have installed AWS command line interface: https://aws.amazon.com/cli/\n    commandLine 'aws', 'configure', 'set', 'aws_access_key_id', 'your_access_key_id'\n    commandLine 'aws', 'configure', 'set', 'aws_secret_access_key', 'your_secret_access_key'\n    commandLine 'aws', 's3', 'cp', 'build/fxlauncher', 's3://\u003cyour bucket\u003e', '--acl', 'public-read', '--recursive', '--region', 'us-west-1'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxldemo-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedvin%2Ffxldemo-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxldemo-gradle/lists"}