Skip to content

Commit

Permalink
change support ide version;add plugin logo;prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei28 committed Jun 16, 2022
1 parent 28ce86f commit ab0847f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 789 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.weibo'
version '1.0.0-SNAPSHOT'
version '1.0.0'

repositories {
// mavenCentral()
Expand All @@ -27,6 +27,7 @@ repositories {
}

dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.14.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}
Expand All @@ -38,7 +39,7 @@ intellij {
}
patchPluginXml {
changeNotes = """
This is a init version<br>
init version<br>
"""
}
sourceSets.main.java.srcDirs 'src/main/gen'
Expand Down
Loading

0 comments on commit ab0847f

Please sign in to comment.