Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

gradlew clean and gradle fail after trying to create a release #41

Closed pashute closed 6 years ago

pashute commented 6 years ago

Caused due to a coding error. Not a react-native-kontaktio issue.

~Configure project :react-native-kontaktio~ ~The CompileOptions.bootClasspath property has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the CompileOptions.bootstrapClasspath property instead.~

~FAILURE: Build failed with an exception.~

~It happened both to me and to another programmer (Omar Espinosa) on the other side of the world!~

~We put the keystore in myproj/android/app and ever since we get this error. Moving the keystore didn't help. adding compileOptions to use java 8.1 didn't help either.~

pashute commented 6 years ago

There was a mistake in the code, a line before the call to kontaktio, with an extra space before the closing single quote of a password definition. We are sorry.