Skip to content

Commit

Permalink
removed remaining 'IntelliJ's in README etc. (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jan 25, 2021
1 parent d5ff474 commit 00a7bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are only a few guidelines that we need contributors to follow.
* [Java Development Kit](https://adoptopenjdk.net/)
2. Fork and clone the repository
3. `cd intellij-kubernetes`
4. Import the folder as a project in JetBrains IntelliJ
4. Import the folder as a project in JetBrains IDEA

## Run the plugin locally

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntelliJ Kubernetes
# Kubernetes

## Overview

JetBrains IntelliJ plugin for interacting with Kubernetes and OpenShift clusters.
JetBrains IDEA plugin for interacting with Kubernetes and OpenShift clusters.
The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools).

This plugin is currently in Preview Mode.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test {
}

intellij {
version ideaVersion //for a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
version ideaVersion //for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
pluginName 'com.redhat.devtools.intellij.kubernetes'
updateSinceUntilBuild false
}
Expand Down

0 comments on commit 00a7bba

Please sign in to comment.