-
Notifications
You must be signed in to change notification settings - Fork 86
Starting a Gradle 6 Kotkin build script #545
Conversation
@yloiseau I started this, it's not finished yet (docs, publishing) but it should already make tests pass. |
@yloiseau I think right now the proposed build is more or less equivalent to the previous one, except that it's Gradle 6 and Kotlin script is a joy compared to Groovy. Feel free to test and let me know or directly push to this draft pr branch. There are still a few things to polish like building the Maven plugin. I have configured the publication to Sonatype OSS, which we didn't have before. With my credentials set up I've been able to deploy a few 3.4.0-SNAPSHOT to https://oss.sonatype.org This makes me think that:
WDYT? /cc @k33g |
Another side note: we could ditch Travis-CI and go with GitHub Actions for regular CI and deploying snapshots. |
(weird glitch)
Defines a "camera ready" repo for testing. warning: this is not Maven-central proof as there need to be signatures (e.g., Bintray...).
which used to work |
The javadoc used to have a customized header for style sheet and highlighting JS |
@yloiseau yes I haven't been able to port that |
That requires GPG/Gradle configuration on your side |
Even for local repository ? It used to work (for local tests) |
Still have to remove the old Gradle build file :-) |
No description provided.