ls1intum / Orion

Plugin integrating Artemis programming exercises into IntelliJ
https://plugins.jetbrains.com/plugin/13217-orion--artemis-programming-exercise-integration/
MIT License
32 stars 8 forks source link

Update dependencies for IntelliJ 2022.3 #83

Closed Nico0302 closed 1 year ago

Nico0302 commented 1 year ago

Motivation and Context

This PR updates the dependencies to be compatible with IntelliJ 2022.3.

Description

This pull request updates Gradle to the latest version (7.6), the IntelliJ Gradle Plugin to 1.10.0, the PythonCore Plugin to the newest version (223.7571.123) and sets the IntelliJ version to 2022.3.

Steps for Testing

  1. Install the release as described in the readme
  2. Check that typical functions work with the newest Version of IntelliJ.

Review Progress

Code Review

Screenshots

Nico0302 commented 1 year ago

Already fixed in #84