Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlmelville/keytocomment-gradle
A simple Beatunes plugin built with Gradle instead of Maven
https://github.com/jlmelville/keytocomment-gradle
beatunes gradle
Last synced: 28 days ago
JSON representation
A simple Beatunes plugin built with Gradle instead of Maven
- Host: GitHub
- URL: https://github.com/jlmelville/keytocomment-gradle
- Owner: jlmelville
- License: lgpl-2.1
- Created: 2017-10-09T05:50:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T19:31:42.000Z (about 7 years ago)
- Last Synced: 2024-10-13T15:41:25.059Z (2 months ago)
- Topics: beatunes, gradle
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keytocomment-gradle
The simple [Beatunes](https://www.beatunes.com) "keytocomment"
[example plugin](https://github.com/beatunes/plugin-samples), built using [Gradle](https://gradle.org).
Interested in Beatunes plugins, but prefer using Gradle over [Maven](https://maven.apache.org)? 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:
```Batchfile
gradlew.bat build
```Linux:
```Shell
./gradlew build
```You can find the built JAR file as `build/libs/keytocomment-gradle-.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](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html).