Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snafu109
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
An important update on our team
(atlassian.com)
34 points
by
snafu109
6mo ago
|
18 comments
2.
▲
Gradle 9.0.0
(docs.gradle.org)
1 points
by
snafu109
1y ago
|
0 comments
3.
▲
by
snafu109
2y ago
Dupe of https://news.ycombinator.com/item?id=40452281
4.
▲
Celebrating Kotlin 2.0: Fast, Smart, and Multiplatform
(blog.jetbrains.com)
15 points
by
snafu109
2y ago
|
3 comments
5.
▲
by
snafu109
3y ago
Haven't read yet but I found the transcript in HTML which is easier to read on a phone: https://www.grc.com/sn/sn-545.htm
6.
▲
by
snafu109
5y ago
> "... you won't be able to run Gradle 6.8.x on Java 16" Exactly. But you could run Gradle on Java 8-15 and use the new toolchains support to build with Java 16. I'm not saying setting up toolchains is frictionless or
7.
▲
by
snafu109
5y ago
I'm guessing you only read the issue or title on that link, because the second comment on that issue is from one of the Gradle maintainers suggesting using toolchains (which I linked to), with follow ups from various users advising som
8.
▲
by
snafu109
5y ago
Gradle has support for running and building with different JDK versions (it's not new with Gradle 7 but it's a recent feature). So it was possible to support building Java 16 projects while running Gradle on a supported Java versi
9.
▲
by
snafu109
5y ago
I haven't personally used it, but the Worker API offers various levels of isolation for tasks, including class loader and process isolation modes. https://docs.gradle.org/current/userguide/worker_api.html#ch..
10.
▲
by
snafu109
6y ago
The takeaway is "make sure you use a tool like R8 or ProGuard to remove unused code paths". That's where most of the savings came from, and the advice applies to Java projects as well. But true, if you care about every last b
11.
▲
by
snafu109
6y ago
Official announcement: https://blog.jetbrains.com/kotlin/2020/08/kotlin-1-4-release... What's New in Kotlin 1.4: https://kotlinlang.org/docs/reference/whatsnew14.html