File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ plugins {
44	id ' org.jetbrains.kotlin.jvm' ' 1.8.22' 
55	id ' com.github.johnrengelman.shadow' ' 7.1.2' false 
66	id " com.github.ben-manes.versions" " 0.47.0" 
7+ 	id " net.kyori.indra" " 2.2.0" 
8+ 	id " net.kyori.indra.publishing" " 2.2.0" 
79}
810
911allprojects  {
1012	apply plugin : ' org.jetbrains.kotlin.jvm' 
13+ 	apply plugin : ' net.kyori.indra' 
14+ 	apply plugin : ' net.kyori.indra.publishing' 
1115
1216	archivesBaseName =  ' VoteParty' 
1317	group ' me.clip' 
14- 	version ' 2.37 ' 
18+ 	version ' 2.38-SNAPSHOT ' 
1519
1620	repositories {
1721		mavenCentral()
@@ -31,13 +35,22 @@ allprojects {
3135		compileOnly " org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT" 
3236	}
3337
34- 	sourceCompatibility =  JavaVersion . VERSION_1_8 
35- 	targetCompatibility =  JavaVersion . VERSION_1_8 
38+ 	indra {
39+ 		mitLicense()
40+ 
41+ 		javaVersions {
42+ 			target(8 )
43+ 		}
44+ 
45+ 		github(" darbyjack" " voteparty" 
46+ 			publishing(true )
47+ 		}
48+ 
49+ 		publishAllTo(" nexus" " https://repo.glaremasters.me/repository/random-stuff/" 
50+ 	}
3651
3752	compileJava {
3853		options. compilerArgs + =  [" -parameters" 
39- 		options. fork =  true 
40- 		options. forkOptions. executable =  ' javac' 
4154	}
4255
4356	compileKotlin {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments