Skip to content

jlmelville/keytocomment-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keytocomment-gradle

The simple Beatunes "keytocomment" example plugin, built using Gradle.

Interested in Beatunes plugins, but prefer using Gradle over Maven? Me too. The source code in this project is unchanged, but with these changes:

  • A build.gradle file instead of a pom.xml
  • The plugin.xml version template string has been changed from ${pom.version} to just ${version} (this is replaced by the version declared in the build files when the jar file is created).

Building

Windows:

gradlew.bat build

Linux:

./gradlew build

You can find the built JAR file as build/libs/keytocomment-gradle-<version>.jar.

Installing

Copy that jar file into your plugins directory. On my Windows 10 installation, it's in the user's AppData\Local\tagtraum industries\beaTunes\plugins directory, rather than where Beatunes itself is installed.

License

LGPL 2.1.

About

A simple Beatunes plugin built with Gradle instead of Maven

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages