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 91 by hirukawa_ryo, Mon Feb 25 10:25:59 2019 UTC revision 95 by hirukawa_ryo, Wed Mar 20 10:36:49 2019 UTC
# Line 8  apply plugin: 'eclipse' Line 8  apply plugin: 'eclipse'
8    
9  group = 'net.osdn.blogs.flexmark.ext'  group = 'net.osdn.blogs.flexmark.ext'
10  archivesBaseName = 'flexmark-ext-inline-tags'  archivesBaseName = 'flexmark-ext-inline-tags'
11  version = '0.1.2'  version = '0.1.3'
12    
13  tasks.withType(JavaCompile) {  tasks.withType(JavaCompile) {
14          sourceCompatibility = 1.7          sourceCompatibility = 1.7
# Line 31  repositories { Line 31  repositories {
31  }  }
32    
33  dependencies {  dependencies {
34          compile 'com.vladsch.flexmark:flexmark:0.40.16'          compile 'com.vladsch.flexmark:flexmark:0.40.24'
35  }  }
36    
37  defaultTasks 'clean', 'build'  defaultTasks 'clean', 'build'

Legend:
Removed from v.91  
changed lines
  Added in v.95

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