Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 280 Bytes

Ballerina Gradle plugin

Introduction

The Ballerina Gradle plugin is designed to work similar to the Java Gradle plugin. This adds ballerina project bundling functionalities along with testing.

Usage

plugins {
  id 'io.ballerina.plugin' version '0.0.1'
}