Skip to content

Commit

Permalink
Merge pull request #48 from mayconsgs/main
Browse files Browse the repository at this point in the history
Update plugin to accept new versions of Intellij
  • Loading branch information
mayconsgs authored Oct 27, 2021
2 parents dafc35b + 6033b00 commit 7f088d2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Learn how to add code owners here:
# https://help.github.com/en/articles/about-code-owners

* @Mayconsgs
* @mayconsgs
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# Docs:
# - GitHub Actions: https://help.github.com/en/actions
# - IntelliJ Plugin Verifier GitHub Action: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action
#
## JBIJPPTPL

name: Build
on: [push, pull_request]
Expand All @@ -35,7 +33,7 @@ jobs:
needs: gradleValidation
runs-on: ubuntu-latest
steps:
# Setup Java 1.8 environment for the next steps
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -80,7 +78,7 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
artifact: ${{ steps.properties.outputs.artifact }}
steps:
# Setup Java 1.8 environment for the next steps
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -142,7 +140,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
# Setup Java 1.8 environment for the next steps
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/release.yml

This file was deleted.

8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.getomni.jetbrains
pluginName=Omni Theme
pluginVersion=0.1.4
pluginVersion=0.1.5
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=201.6668.113
pluginUntilBuild=212.*
pluginUntilBuild=213.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions=203.7148.57, 211.6693.111, 212.4746.92
pluginVerifierIdeVersions=203.7148.57, 211.6693.111, 212.5457.46
# Plugin Build Platform
platformType=IC
platformVersion=2020.2
platformVersion=2020.3
platformDownloadSources=true
platformPlugins=
# Opt-out flag for bundling Kotlin standard library.
Expand Down

0 comments on commit 7f088d2

Please sign in to comment.