Skip to content

Commit

Permalink
prepare for the first alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
cathcart93 committed Jun 30, 2018
1 parent b325e8e commit 9e94fac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ gradle-app.setting

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

gradle.properties
.idea/
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'org.deniskusakin.aem'
version '1.0-SNAPSHOT'
version '0.0.1-alpha'

apply plugin: 'kotlin'

Expand Down Expand Up @@ -42,4 +42,8 @@ patchPluginXml {
changeNotes """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
}
publishPlugin {
username intellijPublishUsername
password intellijPublishPassword
}
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sat Jun 30 11:19:00 MSK 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 9e94fac

Please sign in to comment.