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 108 by hirukawa_ryo, Fri May 22 03:01:13 2020 UTC revision 110 by hirukawa_ryo, Tue Jul 14 02:28:58 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.3'  version = '0.3.1'
11    
12  tasks.withType(JavaCompile) {  tasks.withType(JavaCompile) {
13          sourceCompatibility = 1.7          sourceCompatibility = 1.7
# Line 31  repositories { Line 31  repositories {
31  }  }
32    
33  dependencies {  dependencies {
34          implementation 'com.vladsch.flexmark:flexmark:0.61.32'          implementation 'com.vladsch.flexmark:flexmark:0.62.2'
35  }  }
36    
37  defaultTasks 'clean', 'build'  defaultTasks 'clean', 'build'

Legend:
Removed from v.108  
changed lines
  Added in v.110

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