jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.53k stars 183 forks source link

Does not recognise Gradle Kotlin DSL Files #3279

Closed xeruf closed 6 years ago

xeruf commented 6 years ago
ERROR:
No build file found. Looking for Gradle/Maven/Sbt/Lein build file in the root of the project
See the documentation at https://jitpack.io/docs/
Files: 
README.md
build.gradle.kts
license.txt
settings.gradle.kts

Jitpack should detect Gradle Kotlin DSL buildfiles and build the project with gradle accordingly.

jitpack-io commented 6 years ago

Hi,

Thanks for reporting! Should be recognising build.gradle.kts now.

sschuberth commented 5 years ago

Nit: A build that uses build.gradle.kts still shows

grep: build.gradle: No such file or directory

which it not so nice.