File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
kotlin/org/domaframework/doma/intellij/common Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7272 run : ./gradlew build -x test
7373
7474 - name : Build plugin
75- run : ./gradlew buildPlugin -PpluginVersion=${{ github.run_number }}
75+ run : ./gradlew buildPlugin -PpluginVersion=0.3.2- ${{ github.run_number }}
7676
7777 - name : Prepare Plugin Artifact
7878 id : artifact
Original file line number Diff line number Diff line change 11pluginGroup = org.domaframework.doma.intellij
22pluginName = Doma Tools for IntelliJ
33pluginRepositoryUrl = https://github.com/domaframework/doma-tools-for-intellij
4- pluginVersion = 0.3.1
4+ pluginVersion = 0.3.2
55
66pluginSinceBuild =231
77
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import com.intellij.ide.plugins.PluginManagerCore
1919import com.intellij.openapi.extensions.PluginId
2020
2121const val PLUGIN_ID = " org.domaframework.doma.intellij"
22- const val PLUGIN_VERSION = " 0.3.1 "
22+ const val PLUGIN_VERSION = " 0.3.2 "
2323
2424open class PluginUtil {
2525 companion object {
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-0.3.1 }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-0.3.2 }" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
1414 </appender >
1515
1616 <appender name =" DOMATOOLS" class =" ch.qos.logback.core.rolling.RollingFileAppender" >
17- <file >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.1 }.log</file >
17+ <file >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2 }.log</file >
1818 <rollingPolicy class =" ch.qos.logback.core.rolling.TimeBasedRollingPolicy" >
19- <fileNamePattern >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.1 }-%d{yyyy-MM-dd}.log</fileNamePattern >
19+ <fileNamePattern >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2 }-%d{yyyy-MM-dd}.log</fileNamePattern >
2020 <maxHistory >30</maxHistory >
2121 </rollingPolicy >
2222 <encoder >
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-0.3.1 }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-0.3.2 }" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
1414 </appender >
1515
1616 <appender name =" DOMATOOLS" class =" ch.qos.logback.core.rolling.RollingFileAppender" >
17- <file >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.1 }.log</file >
17+ <file >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2 }.log</file >
1818 <rollingPolicy class =" ch.qos.logback.core.rolling.TimeBasedRollingPolicy" >
19- <fileNamePattern >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.1 }-%d{yyyy-MM-dd}.log</fileNamePattern >
19+ <fileNamePattern >${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2 }-%d{yyyy-MM-dd}.log</fileNamePattern >
2020 <maxHistory >30</maxHistory >
2121 </rollingPolicy >
2222 <encoder >
You can’t perform that action at this time.
0 commit comments