Skip to content

Commit

Permalink
Использую стандартизированный байт-код
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko committed Oct 26, 2021
1 parent 943e766 commit 36050c7
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 841 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
repositories {
mavenCentral()
maven("https://jitpack.io")
}
plugins {
`java-library`
`maven-publish`
}
dependencies {
implementation("com.github.demidko:aot-bytecode:2021.10.26")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
testImplementation("org.hamcrest:hamcrest:2.2")
}
Expand All @@ -17,8 +19,6 @@ tasks.test {
publishing {
publications {
create<MavenPublication>("aot") {
groupId = "com.github.demidko"
artifactId = "aot"
from(components["java"])
}
}
Expand Down
17 changes: 0 additions & 17 deletions src/main/java/com/github/demidko/aot/Bytecode.java

This file was deleted.

Loading

0 comments on commit 36050c7

Please sign in to comment.