Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: remove deprecated maven plugin (#313)
Browse files Browse the repository at this point in the history
* Update ci.yaml

* Remove deprecated `maven` plugin
  • Loading branch information
chanseokoh committed Oct 14, 2021
1 parent 3646787 commit c82fe8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Gradle Test
run: ./gradlew test
- name: Gradle Build
run: ./gradlew build install
run: ./gradlew build publishToMavenLocal
format:
runs-on: ubuntu-latest
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
with:
java-version: 8
- name: Java Linter
run: ./gradlew googleJavaFormat
run: ./gradlew googleJavaFormat
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -19,7 +19,6 @@ apply plugin: 'idea'
apply plugin: 'jacoco'
apply plugin: 'signing'
apply plugin: 'maven-publish'
apply plugin: 'maven'
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'io.github.gradle-nexus.publish-plugin'

Expand Down

0 comments on commit c82fe8a

Please sign in to comment.