gradle / ide-smoke-tests

Apache License 2.0
3 stars 2 forks source link

Test Iteration 2022.12 #27

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Test Plan

1. Set up local test environment

2. Document components

3. Verify scenarios

The sample projects are located in the numbered folders in the repository root. For each project, follow the steps below:

In case of a failure:

Scenarios in build-src

Scenarios in included-build-src

Scenarios in multiproject

Scenarios in java-build-src

Scenarios in version-catalog-build-src

4. Finalize

hegyibalint commented 2 years ago

OS & Gradle version:

------------------------------------------------------------
Gradle 7.4.1
------------------------------------------------------------

Build time:   2022-03-09 15:25:25 UTC
Revision:     <unknown>

Kotlin:       1.5.31
Groovy:       3.0.9
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          11.0.15 (Oracle Corporation 11.0.15+3)
OS:           Linux 5.16.14-zen1-1-zen amd64
hegyibalint commented 2 years ago

IntelliJ IDEA EAP info:

IntelliJ IDEA 2022.1 EAP (Ultimate Edition)
Build #IU-221.5080.9, built on March 16, 2022
Licensed to IntelliJ IDEA EAP user: Bálint Hegyi
Expiration date: April 15, 2022
Runtime version: 11.0.14.1+1-b2043.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.16.14-zen1-1-zen
GC: G1 Young Generation, G1 Old Generation
Memory: 750M
Cores: 8
Non-Bundled Plugins:
    org.jetbrains.plugins.go (221.5080.9)
    name.kropp.intellij.makefile (221.5080.13)
    com.intellij.nativeDebug (221.5080.20)
    com.github.b3er.idea.plugins.arc.browser (0.32)
    org.asciidoctor.intellij.asciidoc (0.37.12)
    com.intellij.kubernetes (221.5080.20)
    org.mapstruct.intellij (1.3.1)
    org.jetbrains.kotlin-js-inspection-pack-plugin (0.0.9)

Kotlin: 221-1.6.20-RC-release-227-IJ5080.9
Current Desktop: Undefined
hegyibalint commented 2 years ago

IntelliJ IDEA release info:

IntelliJ IDEA 2021.3.3 (Ultimate Edition)
Build #IU-213.7172.25, built on March 15, 2022
Licensed to Gradle Inc. / Bálint Hegyi
You have a perpetual fallback license for this version.
Subscription is active until March 10, 2023.
Runtime version: 11.0.14.1+1-b1751.46 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.16.14-zen1-1-zen
GC: G1 Young Generation, G1 Old Generation
Memory: 750M
Cores: 8
Non-Bundled Plugins:
    name.kropp.intellij.makefile (213.5744.224)
    org.jetbrains.kotlin (213-1.6.10-release-961-IJ6777.52)
    com.github.b3er.idea.plugins.arc.browser (0.32)
    org.asciidoctor.intellij.asciidoc (0.37.12)
    com.intellij.kubernetes (213.6777.8)
    org.mapstruct.intellij (1.3.1)

Kotlin: 213-1.6.10-release-961-IJ6777.52
Current Desktop: Undefined
hegyibalint commented 2 years ago

Groovy precompiled script plugin can reference classes from the same source set - https://youtrack.jetbrains.com/issue/KTIJ-20215 - still WIP

hegyibalint commented 2 years ago

Java plugin implemented in buildSrc can use another class if there isn't a top-level build.gradle.kts - https://youtrack.jetbrains.com/issue/KTIJ-17595 - still WIP