Skip to content

Commit

Permalink
Update buildSrc/src/main/kotlin/IdeaConfiguration.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiano Poggi <[email protected]>
  • Loading branch information
lamba92 and rock3r authored Oct 12, 2023
1 parent 4916c40 commit 0bac122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/IdeaConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fun Project.supportedIJVersion(): SupportedIJVersion {
logger.warn(
"""
No 'supported.ij.version' property provided. Falling back to IJ 233.
It is recommended to provide it to avoid unexpected behavior.
It is recommended to provide it using local.properties file or -Psupported.ij.version to avoid unexpected behavior.
""".trimIndent()
)
}
Expand Down

0 comments on commit 0bac122

Please sign in to comment.