Skip to content

Commit be5fad6

Browse files
committed
AGP 8.11.0
1 parent 1f909bc commit be5fad6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ tasks.register<Javadoc>("javadocs") {
5454
setDestinationDir(project.file("/build/outputs/javadoc"))
5555
title = "${project.ext.get("plugin_display_name")} ${project.ext.get("plugin_version")} API"
5656
source = sourceSets.getByName("main").java
57+
5758
classpath = files(File(System.getProperty("java.home") + File.separator + "lib" + File.separator + "rt.jar"))
58-
classpath += configurations.getByName("implementation")
59+
classpath += configurations.getByName("runtimeClasspath").asFileTree
5960
// options.links = "https://docs.oracle.com/en/java/javase/17/docs/api/"
6061
// options.linkSource = true
6162
// options.author = true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
android_gradle = "8.11.0"
33
gradle_publish = "1.3.1"
4-
plugin_version = "1.3.7"
4+
plugin_version = "1.4.0"
55
annotations = "26.0.2"
66
httpcore = "4.4.16"
77
httpclient = "4.5.14"

jitpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
jdk:
33
- openjdk17
44
before_install:
5-
- sdk install java 17.0.14-amzn
6-
- sdk use java 17.0.14-amzn
5+
- sdk install java 17.0.15-amzn
6+
- sdk use java 17.0.15-amzn

0 commit comments

Comments
 (0)