New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alchemized/skylink

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemized/skylink

_Gradle config for compiling Kotlin source to binary using jLink_

0.1.0-alpha-2
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Gradle config for compiling Kotlin source to binary using jLink

Prerequisites

  • jdk

Setup

  • Clone this project or Use this template.
  • If you are cloning this project you need to delete .git directory and initialise a new one.
$ rm -rf .git && git init

Development

  • Build project:
$ ./gradlew :app:build
  • Create binary:
$ ./gradlew :app:build
  • Run binary:
./app/build/jlink/bin/skylink

License

MIT

FAQs

Package last updated on 07 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts