Develop and Download Open Source Software

Browse Subversion Repository

Diff of /flexmark-ext-inline-tags/trunk/build.gradle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 104 by hirukawa_ryo, Wed Jan 15 00:45:09 2020 UTC revision 106 by hirukawa_ryo, Fri Jan 31 03:23:47 2020 UTC
# Line 7  apply plugin: 'java' Line 7  apply plugin: 'java'
7    
8  group = 'net.osdn.blogs.flexmark.ext'  group = 'net.osdn.blogs.flexmark.ext'
9  archivesBaseName = 'flexmark-ext-inline-tags'  archivesBaseName = 'flexmark-ext-inline-tags'
10  version = '0.1.5'  version = '0.1.6'
11    
12  tasks.withType(JavaCompile) {  tasks.withType(JavaCompile) {
13          sourceCompatibility = 1.7          sourceCompatibility = 1.7
# Line 30  repositories { Line 30  repositories {
30  }  }
31    
32  dependencies {  dependencies {
33          compile 'com.vladsch.flexmark:flexmark:0.50.48'          compile 'com.vladsch.flexmark:flexmark:0.50.50'
34  }  }
35    
36  defaultTasks 'clean', 'build'  defaultTasks 'clean', 'build'

Legend:
Removed from v.104  
changed lines
  Added in v.106

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26