Code Monkey home page Code Monkey logo

jbang-gradle-plugin's Introduction

jbang-gradle-plugin

Build Status ASL2 Licensed download donations Patreon orange


The JBang Gradle plugin allows JBang scripts to be executed during a Gradle build.

The plugin attempts to use an existing JBang installation. If no JBang installation is found, the plugin will install JBang by downloading and caching the latest version binaries (in your local Gradle cache directory) for subsequent runs.

Usage

This plugin adds a new task of type org.kordamp.gradle.plugin.jbang.tasks.JBangTask named jbang that accepts the following properties

Property Type System Environment Default Required

script

String

jbang.script

JBANG_SCRIPT

args

List<String>

jbang.args

JBANG_ARGS

[ ]

trusts

List<String>

jbang.trusts

JBANG_TRUSTS

[ ]

version

String

jbang.version

JBANG_VERSION

0.48.0

installDir

Directory

jbang.install.dir

JBANG_INSTALL_DIR

$gradleUserHomeDir/caches/jbang

script

The script to be executed by JBang.

args

The arguments to be used in the JBang script (if any)

trusts

If the script resides in a remote location, this parameter specifies what URLs should be trusted. See URLs from Trusted Sources for more information

version

If your environment lacks the JBang binaries in the PATH, you can specify the JBang version to be installed. The default value will be the plugin’s version

Task property values may be specified directly or using their respective environment variable, System property, or project property respectively, for example

$ gradle jbang -Djbang.script=hello.jsh -Djbang.args="Hello world"

If the org.kordamp.gradle.inline plugin were to be applied to your build (via settings.gradle) then you may invoke this plugin without modifying your build file

$ gradle org.kordamp.gradle:jbang-gradle-plugin:0.1.0:jbang -Pjbang.script=hello.java

Installation

Option #1

buildscript {
    repositories {
        jcenter()
        gradlePluginPortal()
    }
    dependencies {
        classpath 'org.kordamp.gradle:jbang-gradle-plugin:0.1.0'
    }
}
apply plugin: 'org.kordamp.gradle.jbang'

Option #2

plugins {
    id 'org.kordamp.gradle.jbang' version '0.1.0'
}

Building

If you want to build your own release then execute the following

$ ./gradlew publishToMavenLocal

This will push all artifacts to your local Maven repository from which you may consume them.

jbang-gradle-plugin's People

Contributors

aalmiray avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cybernetics

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.