Skip to content

Commit

Permalink
Remove licenser plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Feb 21, 2024
1 parent 88f252b commit d78e637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"GPG_KEY_PASSWORD": "${{ secrets.GPG_KEY_PASSWORD }}"
}
},
{
"run": "git push && git push --tags"
},
{
"name": "Publish",
"run": "./gradlew publish",
Expand All @@ -71,6 +68,9 @@
"GPG_SIGNING_KEY": "${{ secrets.GPG_SIGNING_KEY }}",
"GPG_KEY_PASSWORD": "${{ secrets.GPG_KEY_PASSWORD }}"
}
},
{
"run": "git push && git push --tags"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ managedVersioning {
readOnly.set false
gradlew 'Tag Release', 'tagRelease'
gradlew 'Build', 'build'
gradlew 'Publish', 'publish'
step {
run.set 'git push && git push --tags'
}
gradlew 'Publish', 'publish'
secret('CENTRAL_MAVEN_USER')
secret('CENTRAL_MAVEN_PASSWORD')
secret('GPG_SIGNING_KEY')
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
org.gradle.jvmargs=-Xmx2G -XX:+ParallelRefProcEnabled
org.gradle.parallel=true
org.gradle.daemon=false
org.gradle.console=verbose

# Groovy
groovy_version=4.0.16
Expand Down
1 change: 0 additions & 1 deletion script-mods/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'org.cadixdev.licenser' version '0.6.1'
}

project.version = rootProject.version
Expand Down

0 comments on commit d78e637

Please sign in to comment.