Jacob Sandlund

Results 4 comments of Jacob Sandlund

I just got bit by this too. Also, it would help if the docs on the website reflected the latest version.

For me, I got it working with setting: ``` # in gradle/wrapper/gradle-wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip # in gradle.properties javaVersion=17 ``` Though there were some intermediate failures: ``` Compilation with Kotlin compile daemon...

See this comment: https://github.com/firebase/firebase-tools/issues/4239#issuecomment-1065412510

Ah, from this Stack Overflow post, it might be because one of my environment variables starts with `FIREBASE_`. https://stackoverflow.com/q/71250286 There is no debug log or output that I see that...