-
Notifications
You must be signed in to change notification settings - Fork 84
1.8.20 #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.8.20 #626
Conversation
Now it requires because of KT-54337, where initialization of JDK_HOME was removed: JetBrains/kotlin@b50a803#diff-2c54e4ecf73ab55ca80a7497db6211001f27a916446694a6a988db65268216dbL97
* Enable gzip * process source module * Support IC caches * Init IC caches * Prepare IC caches and copy it inside a request
This reverts commit e0c64d4.
This reverts commit e8109a1.
This reverts commit dc4983e
| include(":indexation") | ||
| include(":common") | ||
|
|
||
| pluginManagement{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is problem on gradle plugin portal's side with release artifacts, so now it's needed to specify repo explicitly. It will be described in documentation
No description provided.