Various updates to dependencies.
This commit is contained in:
		
							parent
							
								
									89de181784
								
							
						
					
					
						commit
						d219d03800
					
				| @ -1,10 +1,11 @@ | |||||||
| name: Jb-ssg-site CI Pipeline | name: Jb-ssg-site CI Pipeline | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     tags: | ||||||
|       - main |       - 'v*' | ||||||
| jobs: | jobs: | ||||||
|   ci: |   ci: | ||||||
|  |     if: github.event.base_ref == 'refs/heads/main' | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout the code. |       - name: Checkout the code. | ||||||
|  | |||||||
							
								
								
									
										17
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								build.gradle
									
									
									
									
									
								
							| @ -1,13 +1,22 @@ | |||||||
| plugins { | plugins { | ||||||
|     id 'com.jessebrault.ssg' version '0.4.2' |     id 'com.jessebrault.ssg' version '0.5.0-SNAPSHOT' | ||||||
|     id 'distribution' |     id 'distribution' | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| group = 'com.jessebrault' | group = 'com.jessebrault' | ||||||
| version = '0.1.0' | version = '0.1.1-SNAPSHOT' | ||||||
| 
 | 
 | ||||||
| repositories { | repositories { | ||||||
|     mavenCentral() |     mavenCentral() | ||||||
|  |     maven { | ||||||
|  |         url 'https://archiva.jessebrault.com/repository/snapshots/' | ||||||
|  | 
 | ||||||
|  |         credentials { | ||||||
|  |             username System.getenv('JBARCHIVA_USERNAME') | ||||||
|  |             password System.getenv('JBARCHIVA_PASSWORD') | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|     maven { |     maven { | ||||||
|         url 'https://archiva.jessebrault.com/repository/internal/' |         url 'https://archiva.jessebrault.com/repository/internal/' | ||||||
| 
 | 
 | ||||||
| @ -27,7 +36,9 @@ sourceSets { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'org.apache.groovy:groovy:4.0.21' |     implementation 'org.apache.groovy:groovy:4.0.25' | ||||||
|  | 
 | ||||||
|  |     implementation 'com.jessebrault.ssg:cli:0.5.0-SNAPSHOT' | ||||||
| 
 | 
 | ||||||
|     serverImplementation 'org.eclipse.jetty:jetty-server:12.0.9' |     serverImplementation 'org.eclipse.jetty:jetty-server:12.0.9' | ||||||
|     serverImplementation 'info.picocli:picocli:4.7.6' |     serverImplementation 'info.picocli:picocli:4.7.6' | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ pluginManagement { | |||||||
|     repositories { |     repositories { | ||||||
|         mavenCentral() |         mavenCentral() | ||||||
|         maven { |         maven { | ||||||
|             url 'https://archiva.jessebrault.com/repository/internal/' |             url 'https://archiva.jessebrault.com/repository/snapshots/' | ||||||
| 
 | 
 | ||||||
|             credentials { |             credentials { | ||||||
|                 username System.getenv('JBARCHIVA_USERNAME') |                 username System.getenv('JBARCHIVA_USERNAME') | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jesse Brault
						Jesse Brault