This repository was archived by the owner on May 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ deploy:
2121 - provider : releases
2222 api_key : $GITHUB_API_KEY
2323 file :
24- - " build/libs/gradle-file-encrypt-1.3.1 .jar"
25- - " build/libs/gradle-file-encrypt-1.3.1 -javadoc.jar"
26- - " build/libs/gradle-file-encrypt-1.3.1 -sources.jar"
24+ - " build/libs/gradle-file-encrypt-1.4.0 .jar"
25+ - " build/libs/gradle-file-encrypt-1.4.0 -javadoc.jar"
26+ - " build/libs/gradle-file-encrypt-1.4.0 -sources.jar"
2727 skip_cleanup : true
2828 on :
2929 tags : true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Plugin will create encrypted copy of file with `.encrypted` extension. For examp
1212
1313``` groovy
1414plugins {
15- id 'com.cherryperry.gradle-file-encrypt' version '1.3.1 '
15+ id 'com.cherryperry.gradle-file-encrypt' version '1.4.0 '
1616}
1717```
1818
@@ -24,7 +24,7 @@ buildscript {
2424 maven { url 'https://plugins.gradle.org/m2/' }
2525 }
2626 dependencies {
27- classpath 'gradle.plugin.com.cherryperry.gfe:gradle-file-encrypt:1.3.1 '
27+ classpath 'gradle.plugin.com.cherryperry.gfe:gradle-file-encrypt:1.4.0 '
2828 }
2929}
3030
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515}
1616
1717group = " com.cherryperry.gfe"
18- version = " 1.3.1 "
18+ version = " 1.4.0 "
1919
2020configure<JavaPluginConvention > {
2121 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments