forked from 5gi/DeepJ
		
	update version
This commit is contained in:
		
							parent
							
								
									cc5a1b9df6
								
							
						
					
					
						commit
						4c84fd5a98
					
				@ -5,7 +5,7 @@ plugins {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
apply plugin: 'maven-publish'
 | 
					apply plugin: 'maven-publish'
 | 
				
			||||||
group 'com.the5gi.deepj'
 | 
					group 'com.the5gi.deepj'
 | 
				
			||||||
version '1.2.5'
 | 
					version '1.2.6'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
 | 
					sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -18,7 +18,6 @@ repositories {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation group: 'org.json', name: 'json', version: '20210307'
 | 
					    implementation group: 'org.json', name: 'json', version: '20210307'
 | 
				
			||||||
    //implementation group: 'com.the5gi', name: 'DeepJ', version: '1.2.3'
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
publishing {
 | 
					publishing {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user