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 apom.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).
Windows:
gradlew.bat build
Linux:
./gradlew build
You can find the built JAR file as build/libs/keytocomment-gradle-<version>.jar
.
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.