Skip to content

Commit 6489ad5

Browse files
committed
Change gradle.properties suggestions
1 parent fc80787 commit 6489ad5

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,16 @@ name and contact info to the [AUTHORS](AUTHORS) file.
121121
- In the root directory, create an empty `gradle.properties` file (`touch gradle.properties`)
122122
- Add the following to the file:
123123
```
124-
name = "flutter-intellij"
125-
buildSpec=2024.3
126-
flutterPluginVersion=1
127-
ideaProduct=android-studio
128-
ideaVersion=2024.3.1.7
129-
baseVersion=243.22562.59
130-
dartPluginVersion= 243.21565.120
131-
androidPluginVersion=
132-
sinceBuild=243
133-
untilBuild=253.*
134-
testing=true
135-
kotlin.stdlib.default.dependency=false
136-
org.gradle.parallel=true
137-
org.gradle.jvmargs=-Xms1024m -Xmx4048m
138-
```
124+
flutterPluginVersion=SNAPSHOT
125+
ideaVersion=2024.3.1.7
126+
dartPluginVersion= 243.21565.120
127+
sinceBuild=243
128+
untilBuild=253.*
129+
javaVersion=21
130+
kotlin.stdlib.default.dependency=false
131+
org.gradle.parallel=true
132+
org.gradle.jvmargs=-Xms1024m -Xmx4048m
133+
```
139134
- **[Note]** If you want, you can manually change these properties to target different versions of IntelliJ. See `product-matrix.json` to find which configurations are supported.
140135
141136
3. Start IntelliJ IDEA with the `flutter-intellij` project.

0 commit comments

Comments
 (0)