Skip to content

Commit e4e7f1c

Browse files
committed
Rename module
1 parent 8e19283 commit e4e7f1c

File tree

59 files changed

+2
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2
-8
lines changed

.github/workflows/manually-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
2828

29-
- name: Reset changes
30-
run: git checkout -- gradlew
31-
32-
- name: Check git status
33-
run: git status
34-
3529
- name: Set up JDK 11
3630
uses: actions/setup-java@v2
3731
with:
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=1.0.1
1+
version=1.0.0
22
description=EPAM Report Portal. Slack plugin.
33
pluginId = slack
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rootProject.name = 'plugin-slack-epam'
2-
include 'plugin'
2+
include 'plugin-slack'
33

0 commit comments

Comments
 (0)