DOC

org.gosu-lang.gosu : gradle-gosu-plugin

Maven & Gradle

Dec 18, 2020
1 usages
411 stars

gradle-gosu-plugin · Gosu language compiler for Gradle. Built with Gradle 6.5.1. This has also been tested extensively with Gradle version(s): 6.5.1 ** Gradle versions below 2.12 are no longer supported ** Projects applying this plugin require a compile-time dependency on the gosu-core-api library. This version requires Gosu 1.13.9 or greater, or 1.14.2 or greater. Please include this in the depencencies closure: dependencies { compile group: 'org.gosu-lang.gosu', name: 'gosu-core-api', version: '1.14.18' }

Table Of Contents

Latest Version

Download org.gosu-lang.gosu : gradle-gosu-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.gosu-lang.gosu : gradle-gosu-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.0.x
0.4.x
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file gradle-gosu-plugin-6.0.1-javadoc.jar to gradle-gosu-plugin-6.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder gradle-gosu-plugin-6.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "gradle-gosu-plugin-6.0.1-sources.jar" -d "gradle-gosu-plugin-6.0.1-javadoc" -subpackages 

Advertisement