Files
openide/plugins/gradle/testData/newConfig.json
Alexander Bubenchikov bf06d301b8 [gradle][IDEA-306910] gradle compatibility information now updated online
GitOrigin-RevId: 95e1484c1b30f90736ba4ab385dd18b9d73fa532
2022-12-08 21:29:27 +00:00

19 lines
260 B
JSON

[
{
"ideVersion": "1-10000",
"supportedJavaVersions": [
"5",
"6"
],
"supportedGradleVersions": [
"1.0",
"2.0"
],
"compatibility": [
{
"java": "5-6",
"gradle": "1.0-2.0"
}
]
}
]