diff --git a/README.md b/README.md index 44c450b..d7f8cce 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The most convenient way for getting your new project from GitHub is the Get ![Get from Version Control][file:get-from-version-control] -The next step, after opening your project in IntelliJ IDEA, is to set the proper SDK to Java in version `17` within the [Project Structure settings][docs:project-strucure-settings]. +The next step, after opening your project in IntelliJ IDEA, is to set the proper SDK to Java in version `17` within the [Project Structure settings][docs:project-structure-settings]. ![Project Structure — SDK][file:project-structure-sdk.png] @@ -564,7 +564,7 @@ That approach gives more possibilities for testing and debugging pre-releases, f [docs:release-channel]: https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate#specifying-a-release-channel [docs:using-gradle]: https://plugins.jetbrains.com/docs/intellij/developing-plugins.html?from=IJPluginTemplate [docs:plugin-signing]: https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate -[docs:project-strucure-settings]: https://www.jetbrains.com/help/idea/project-settings-and-structure.html +[docs:project-structure-settings]: https://www.jetbrains.com/help/idea/project-settings-and-structure.html [docs:testing-plugins]: https://plugins.jetbrains.com/docs/intellij/testing-plugins.html?from=IJPluginTemplate [file:draft-release.png]: ./.github/readme/draft-release.png diff --git a/build.gradle.kts b/build.gradle.kts index f44e6e6..ed1be31 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,3 @@ -import org.gradle.internal.jvm.inspection.JvmVendor.KnownJvmVendor import org.jetbrains.changelog.Changelog import org.jetbrains.changelog.markdownToHTML diff --git a/qodana.yml b/qodana.yml index f388de9..cbf640f 100644 --- a/qodana.yml +++ b/qodana.yml @@ -3,7 +3,7 @@ version: 1.0 linter: jetbrains/qodana-jvm-community:latest -projectJDK: 17 +projectJDK: "17" profile: name: qodana.recommended exclude: