DSheirer / jmbe

Java AMBE/IMBE audio decoder
GNU General Public License v3.0
81 stars 29 forks source link

Cannot compile #13

Closed xscode closed 4 years ago

xscode commented 5 years ago

Tried compiling on both Ununtu 18.10 and Windows 10 with same error on both

`Downloading https://services.gradle.org/distributions/gradle-5.1.1-bin.zip ................................................................................. Unzipping C:\Users\Stuart.gradle\wrapper\dists\gradle-5.1.1-bin\90y9l8txxfw1s2o6ctiqeruwn\gradle-5.1.1-bin.zip to C:\Users\Stuart.gradle\wrapper\dists\gradle-5.1.1-bin\90y9l8txxfw1s2o6ctiqeruwn

Welcome to Gradle 5.1.1!

Here are the highlights of this release:

For more details see https://docs.gradle.org/5.1.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

Configure project : Your finished JMBE library is here: C:\Users\Stuart\Desktop\jmbe-master\build/libs

FAILURE: Build failed with an exception.

bigmoe1980 commented 5 years ago

i had the same.. changed line to " task Wrapper(type: Wrapper) { " <-- note uppercase W on first wrapper

then did " gradlew build " for success

xscode commented 5 years ago

Thanks bigmoe1980, that fixed it!

DSheirer commented 4 years ago

Master branch is updated to gradle 6.0 and compatible with Java up through version 13. Closing this issue.