[x] Update Gradle wrappers in all sample projects to the latest snapshot
One-liner bash/zsh update command: for sample in $(ls | grep -e '^[0-9][0-9].*'); do cd $sample; ./gradlew wrapper --gradle-version nightly; cd -; done
[x] Run git clean -fdx to remove build artifacts from all sample projects
[ ] Make sure that for scenario 03-multiproject JDK 17 is used (Spring Boot plugin requirement)
2. Document components
[x] Operating System:
Click the Apple icon, About This Mac
14.2.1 (23C71)
[x] Gradle version:
run gradle --version
Gradle 8.7-20240102001240+0000
Build time: 2024-01-02 00:12:40 UTC
Revision: 1501cc643d9723e053739128ac718145210e3185
Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.21 (Amazon.com Inc. 11.0.21+9-LTS)
OS: Mac OS X 14.2.1 aarch64
[x] IntelliJ Idea EAP version (with build number):
Open JetBrains Toolbox, click the Settings gear icon next to an install, go to the About tab
IntelliJ IDEA 2023.3.2 (Community Edition)
Build #IC-233.13135.103, built on December 20, 2023
Runtime version: 17.0.9+7-b1087.9 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.2.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
Non-Bundled Plugins:
com.github.copilot (1.4.5.4049)
org.jetbrains.android (233.13135.106)
Kotlin: 233.13135.103-IJ
[x] IntelliJ Idea Stable version (with build number): same as above (it seems no EAP was available at that time
3. Verify scenarios
These scenarios are automatically generated from the lines starting with TODO (scenario) in the build script and code files.
The sample projects are located in the numbered folders in the repository root. For each project, follow the steps below:
Launch IDEA EAP
Import the sample project into IDEA and wait for the project sync to finish
Use text search to locate the scenario (listed below) in the build and follow the instructions
Check off the verified scenario in the list below
In case of a failure:
Verify the same scenario in the latest released IDEA version
Test Plan
1. Set up local test environment
for sample in $(ls | grep -e '^[0-9][0-9].*'); do cd $sample; ./gradlew wrapper --gradle-version nightly; cd -; done
git clean -fdx
to remove build artifacts from all sample projectsAndroid Home
is configured in IDEA03-multiproject
JDK 17 is used (Spring Boot plugin requirement)2. Document components
[x] Operating System:
[x] Gradle version:
run
gradle --version
Gradle 8.7-20240102001240+0000
Build time: 2024-01-02 00:12:40 UTC Revision: 1501cc643d9723e053739128ac718145210e3185
Kotlin: 1.9.20 Groovy: 3.0.17 Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 JVM: 11.0.21 (Amazon.com Inc. 11.0.21+9-LTS) OS: Mac OS X 14.2.1 aarch64
[x] IntelliJ Idea EAP version (with build number):
[x] IntelliJ Idea Stable version (with build number): same as above (it seems no EAP was available at that time
3. Verify scenarios
These scenarios are automatically generated from the lines starting with
TODO (scenario)
in the build script and code files.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:
// Known issue: https://youtrack.jetbrains.com/issue/IDEA-123456
Scenarios in
build-src
buildSrc
can use another classScenarios in
included-build-src
Scenarios in
multiproject
Scenarios in
java-build-src
Scenarios in
version-catalog-build-src
Scenarios in
error-in-build-script
Scenarios in
test-launcher
Scenarios in
property-assignment
4. Finalize
Known issue
reference from the sources.new-regresssion-reported
label if you reported something to JetBrains