Noteworthy-Tuner icon indicating copy to clipboard operation
Noteworthy-Tuner copied to clipboard

Not compiling

Open fornof opened this issue 2 years ago • 1 comments

Cannot get it to build with gradle. Wrapper properties file does not exist ailed to apply plugin [id 'com.android.internal.version-check']

Minimum supported Gradle version is 7.0.2. Current version is 4.4.1. If using the gradle wrapper, try editing the distributionUrl in /mnt/c/projects/java/Noteworthy-Tuner/gradle/wrapper/gradle-wrapper.properties to gradle-7.0.2-all.zip

Also looks like some keys are in there for publishing that do not need to be there for developing.

fornof avatar May 31 '22 04:05 fornof

I think you need to add a gradle-wrapper.properties file to the project and put this in it:

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

TacoTheDank avatar May 31 '22 23:05 TacoTheDank